Change sticky menus hover and clicked font color to white only
-
Hi everyone,
First, let me state for the record that I am clergy, not a web designer… I would like to set css to override the sticky header menu color at:
stjohnsgeorgetown.wordpress.com
I’d like it to always be white. Any help is appreciated!
The blog I need help with is: (visible only to logged in users)
-
Thanks thesacredpath! These changed the colors in the drop down. Is it possible to change the color of the menus headers from the blue to white (and maybe increase the font size?)
-
Hmmm, that’s strange. It worked when I did it before, but it looks like some original colors related CSS is overriding. Add the following instead.
.main-navigation a { color: #fff !important; } .main-navigation ul ul li a { color: #000 !important; } -
-
- The topic ‘Change sticky menus hover and clicked font color to white only’ is closed to new replies.