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)
- 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
}