Changing main menu color
-
Hi !
My main menu & website title used to be in white font with a gray background (background only when scrolling down) and for some reason it changed to a black font… How can I get the font white again ?
Same problem on my two blogs :
http://ephedra-tribal.com
http://ephedratribal.com
Thanks for your helpThe blog I need help with is: (visible only to logged in users)
-
Hey there! :)
Try this CSS code:
#wrap #header .site-title a { color: #fff; } #wrap #header .menu a, #wrap #header .menu a:link { color: #fff; } -
Thank you !
That worked perfectly on one of my blogs but not on the other one http://ephedra-tribal.com
It only changed the color of the title & 2 menu items… :( -
Hi! :)
I can see the changes worked perfectly on both of your blogs. Maybe try clearing your browser cache.
-
I cleared my browsers’ caches. What happens now is that the menu font is white until I click on it, then it becomes black again :(
-
Could you please try adding !important tag?
Like this one:#wrap #header .menu a, #wrap #header .menu a:link { color: #fff !important; }Let me know how it goes. :)
-
-
-
Ooooh non ! now the scroll down menu is white and it is invisible… what a pain this is ^^
Check Learn->Classes->… -
Can you try adding this CSS code?
#wrap #header .menu li li a, #wrap #header .menu li li a:link { color: #999; }Just change the values as needed. Let me know if it works.
-
Oops. I forgot. Try adding !important tag as well.
#wrap #header .menu li li a, #wrap #header .menu li li a:link { color: #999 !important; }
- The topic ‘Changing main menu color’ is closed to new replies.