Font color on menu
-
Hi, I need help with the font color on the menu bar. I am using the Nowell theme and when I hover over the main menu to view the subpages there is a white box that appears but the menu options don’t show until you move your mouse down and on them. How do I change the font color of that so they show up immediately?
Also, I need to change the font color of where is says “Benefiting the American Cancer Society”. Thanks!
The blog I need help with is: (visible only to logged in users)
-
Hi @, on the submenu label colors, add the following, which makes the text black. You can edit the color as desired. Add this below all other CSS you have now so that it will override the rules above.
.site-header .menu .sub-menu a { color: #000; }On your site description/tagline color, I see you have the following in your custom CSS
.site-tagline { color: #fff; }change it to this and it will go to white.
.site-header .site-description { color: #fff; }
- The topic ‘Font color on menu’ is closed to new replies.