changing submenu color
-
I would like to change the color of the sub-menu text that appears on my open pages. Right now it is hard to read on the white background. I would like it to be a darker color or black
Thank you
Sylvia
The blog I need help with is: (visible only to logged in users)
-
Hello,
It seems a previous CSS or something alike that is changing the menu background color, please remove this item from your Custom CSS:
.main-navigation ul ul{background-color:rgba(0,0,0,0)} -
One of the other techs had me add that line to make the menu look cleaner by removing the boxed in submenu items. I like the main menu the way it is without the boxes, but have noticed that the sub-menu items above the open pages are very faint in color and difficult to make out. Is there a way to darken them or change the color when highlighted to a darker color.
Thank you
-
Hi, to change the text color on the dropdown submenus, add the following and adjust the color as desired.
.main-navigation ul ul a { color: #e9e9e9; } -
Great that worked awesome, was able to find a color chart and add the code to change to different color. Thank you so much
-
- The topic ‘changing submenu color’ is closed to new replies.