Changing Menu Text Colour
-
Hi there,
I’m using the Chronicle theme and I want to try changing the text colour of my main (top) menu. I’ve read some of the posts here and watched some Youtube hacks but nothing seems to work. Does anyone know the CSS code to do this in Chronicle?
Thanks very much,
JoeThe blog I need help with is: (visible only to logged in users)
-
Hi Joe,
You should be able to use the following CSS to colour:
nav.menu-primary {
background-color: #033f5b;
}That colour is the current dark blue. Hopefully that helps!
Let me know if you have any more questions.
-
Thanks very much, Bill
Much appreciated, this does change the background colour. However, what if I want to change the font colour? Any suggestions?
Thanks,
Joe -
Hi Bill,
Worked like a charm. Thanks very much, really appreciate you taking the time to help me out.
Have a great week,
Joe -
- The topic ‘Changing Menu Text Colour’ is closed to new replies.