-
AuthorPosts
-
June 30, 2011 at 3:40 pm #165830
How can I change the background of “CSS menu” ??
I have joomla 1.5
Templates: ja_portfolio
web site: http://www.caterinoimmobiliare.it/home/Thanks
khoand Friend
khoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
June 30, 2011 at 3:45 pm #399361Hi,
You change this code from http://www.caterinoimmobiliare.it/home/templates/ja_portfolio/css/template.css
#ja-mainnav .main-inner1 {
background: url(../images/noise-bg.png) #313435; < change this color
padding: 0;
}July 29, 2011 at 4:05 pm #403628Hi,
I’m trying to change the green color of the buttons like the one on the over state of menu and the one on the poll.
The color is: #5f9729
So, what I did was find and replace that color on the file template.css and css.css but still didn’t work.Thanks for your help!
Mikhoand Friend
khoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
July 29, 2011 at 4:15 pm #403630You replace this code from /templates/ja_portfolio/core/themes/red-color/css/menu/css.css in the line #15
#ja-cssmenu li.active {
background-color: #A1994E;
}
with
#ja-cssmenu li.active {
background-color: #5F9729;
}July 29, 2011 at 4:39 pm #403638Thanks but the problem is I’m using default color, so I assumed that the route of the css file is:
template/ja_portfolio/css/menu/css.cssActually the default color is #5F9729
The color I want is: #bad405So, I did change that code you refered on the css.css file, but still keep seing the color #5F9729
khoand Friend
khoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
July 29, 2011 at 4:59 pm #403642You try replace
#ja-cssmenu li.active {
background: #5F9729;
}
with
#ja-cssmenu li.active {
background: #BAD405 !important;
}July 29, 2011 at 9:25 pm #403669This is one of the most complicated templates I’ve ever work with!
Finally it was under css/menu/mega.css
.ja-megamenu ul.level0 li.active {
color: #fff;
background: url(../../images/mainnav-sep.gif) repeat-y right #bad405;
}AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 3 voices, and was last updated by
mcuevas 13 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
CSS Menu background
Viewing 7 posts - 1 through 7 (of 7 total)
