CSS Menu Dropdown Color – Gallery Theme
-
Hi, looking to customize the background color of my dropdown menu so that it shows up white and the text is black, not sure how to do this, tried editing the CSS feed but it didn’t work/I probably was not doing it correctly.
The blog I need help with is: (visible only to logged in users)
-
Hi, go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS. I’ve included a hover rule as well and taken the background slightly grayish on hover.
#access .sub-menu a { background-color: rgba(255, 255, 255, 1) !important; color: #000 !important; } #access .sub-menu a:hover { background-color: rgba(0, 0, 0, 0.2) !important; } -
-
You are welcome, and if you have additional questions or any problems, just let me know.
- The topic ‘CSS Menu Dropdown Color – Gallery Theme’ is closed to new replies.