-
AuthorPosts
-
April 16, 2008 at 10:18 pm #127610
I am trying to change my template (JA_Edenite). I would like to change the top menu button when active from Lime green to Grey. I tried to change color of highlight menu item from green to cyan, I opened /ja_edenite/ja_menus/ja_cssmenu/ja.css.menu.css and found this code, #ja-cssmenu li a.active, #ja-cssmenu li a.active:hover, #ja-cssmenu li a.active:active, #ja-cssmenu li a.active:focus {
background:#91AE4E url(../../images/grad2-2.gif) repeat-x scroll center top;
color:#FFFFFF;
}
I changed grad2-2.gif to grad3.gif and still not working….need help.. thanks
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
April 17, 2008 at 1:14 am #245711Hi binarypro !
It’s best if you send link of your site !April 17, 2008 at 11:48 am #245773Nam Nguyen Phi FriendNam Nguyen Phi
- Join date:
- September 2014
- Posts:
- 248
- Downloads:
- 3
- Uploads:
- 35
- Thanks:
- 20
- Thanked:
- 57 times in 29 posts
April 17, 2008 at 3:45 pm #245791Your issue is the same as this http://www.joomlart.com/forums/topic/change-of-colors/
Pls read it to get solution.
Regards.April 17, 2008 at 5:06 pm #245797I’ve already changed the grad2-2.gif to grad3.gif, and it didn’t work??
#ja-cssmenu li a.active, #ja-cssmenu li a.active:hover, #ja-cssmenu li a.active:active, #ja-cssmenu li a.active:focus {
background:#91AE4E url(../../images/grad2-2.gif) repeat-x scroll center top;
color:#FFFFFF;
}
You can change name “grad2-2.gif” to “grad2-1.gif” or “grad2.gif”.
If you want to change to another color, pls open /images/grad2-2.gif and modify it.
IApril 18, 2008 at 1:22 am #245833This is where I changed name of “grad2-2.gif” to grad3.gif” which is located in /ja_edenite/ja_menus/ja_cssmenu/ja.css.menu.css and found this code
#ja-cssmenu li:hover,
#ja-cssmenu li.sfhover,
#ja-cssmenu li.havechildsfhover,
#ja-cssmenu li.havechild-activesfhover {
color: #FFFFFF;
background: url(../../images/grad3.gif) repeat-x top #2B6484;
}Nam Nguyen Phi FriendNam Nguyen Phi
- Join date:
- September 2014
- Posts:
- 248
- Downloads:
- 3
- Uploads:
- 35
- Thanks:
- 20
- Thanked:
- 57 times in 29 posts
April 18, 2008 at 1:52 am #245840Ah, I’m sorry . I have a confuse.
In your case, you use split menu so you must change in ja_menusja_splitmenuja.splitmenu.css.
Pls open that file and replace:#ja-splitmenu li.active a, #ja-splitmenu li.active a:hover, #ja-splitmenu li.active a:active, #ja-splitmenu li.active a:focus {
background:#91AE4E url(../../images/grad2-2.gif) repeat-x scroll center top;
color:#FFFFFF;
}by
#ja-splitmenu li.active a, #ja-splitmenu li.active a:hover, #ja-splitmenu li.active a:active, #ja-splitmenu li.active a:focus {
background:#91AE4E url(../../images/grad3.gif) repeat-x scroll center top;
color:#FFFFFF;
}Regards.
1 user says Thank You to Nam Nguyen Phi for this useful post
-
AuthorPosts
This topic contains 7 replies, has 3 voices, and was last updated by Nam Nguyen Phi 16 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum