-
AuthorPosts
-
May 19, 2016 at 2:23 am #932156
Hi what syntax for changing standard main menu items colour and hover over colour – I want to put it in the custom.css i know its ja header but can’ t see how i should refer to two types of text colour
thanks mike
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
May 19, 2016 at 3:00 am #932160Hello mike
Could u give me your site url or style name of JA Onepage template you are using , so i can provide you correct suggestion to change header bg color , items colors based on your site .May 19, 2016 at 3:08 am #932165Thanks for quick response Pankaj
I’m using ja_onepage – Metro – i’m just using the standard out of box ja-onepage template selected that style and have removed the others since I won’t be using them
my intention was to put the custom code in …templatesja-onepagecsscustom.css
I have already done it for bckgrd colour using
.ja-header { background:#FFFFFF!important; }thanks mike
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
May 19, 2016 at 3:22 am #932169Great you solved it .
Let me know if you need any help in this topic .Regards
May 19, 2016 at 3:26 am #932171I’ve resolved nothing, just pointing out that i know where its going and needs to go
original questions is i need the code to change the main menu font colour for both hover over and normal state – i don’t know what to put for that, how to reference it
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
May 19, 2016 at 3:33 am #932174Hi
Add below code in custom.css file to change the menu items colors ..t3-mainnav .navbar .nav > li > a { color: #eee!important; }
To change hover color use this code
.t3-mainnav .navbar .nav > li > a:hover { color: #f09609!important; }
To change active menu color
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle { color: #DC7700!important; }
Change the color codes with your color codes in above code .
If it does not work kindly turn off the CSS compression and post your site url , i will take a look on it .
May 19, 2016 at 4:08 am #932178that hit the spot Pankaj, good man, thanks mike
-
AuthorPosts
This topic contains 6 replies, has 2 voices, and was last updated by mike001001 8 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum