Color of Drop Down Menus
Dedicated support forum for CloudHost elegant bosting WordPress theme which is perfect for your business and hosting websites. Here you can ask questions and discuss with other theme users.
- GK User
- Fri May 08, 2015 1:38 pm
How can I change the color of a drop down menu from the main menu? Right now they're blue, but I'd like to change them to white.
-
- Junior Boarder
- GK User
- Sun May 10, 2015 11:37 pm
Hi,
Add the following code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend)
If you want to change the menu text color, add also this code:
Add the following code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend)
- Code: Select all
#gk-header-nav .menu .sub-menu {
background-color: #fff;
}
If you want to change the menu text color, add also this code:
- Code: Select all
#gk-header-nav .menu .sub-menu li a {
color: #000
}
-
- Moderator
- GK User
- Mon May 11, 2015 8:06 am
Thank you so much, worked great!
-
- Junior Boarder
3 posts
• Page 1 of 1