Hello, I have changed the text colour of light and dark menu using the following custom CSS but how can I change the corresponding background colour of the drop down panels for sub-menus in the light and dark schemes?
Thank you.
/* dark */ .standard-menu-container.menu-skin-dark li a { color: #3A4752 !important; }
/* light */ .standard-menu-container.menu-skin-light li a { color: #e3e3e3 !important; }
Can you please write URL of this exact page here on comments first? We need to investigate your site and then get back to you if we have possible solution.
.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-light div.menu>ul ul li a, .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-light ul.menu ul li a {
color: #fff !important;
}
.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-dark div.menu>ul ul li a, .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-dark ul.menu ul li a {
color: #fff !important;
}
P.S: If you like our theme, it would help us a lot if you could give us five star rating on themeforest from your Downloads tab, (if you don't know how, just open this link).
A huge thank you from Laborator in advance and have a great day!
Hello, I have changed the text colour of light and dark menu using the following custom CSS but how can I change the corresponding background colour of the drop down panels for sub-menus in the light and dark schemes?
Thank you.
/* dark */
.standard-menu-container.menu-skin-dark li a {
color: #3A4752 !important;
}
/* light */
.standard-menu-container.menu-skin-light li a {
color: #e3e3e3 !important;
}
Hi Eric,
Can you please write URL of this exact page here on comments first? We need to investigate your site and then get back to you if we have possible solution.
Hi Eric,
Can you please add the code below to Custom CSS
That's great. Thank you. Close ticket.
Hi Eric,
Glad to hear that :)
P.S: If you like our theme, it would help us a lot if you could give us five star rating on themeforest from your Downloads tab, (if you don't know how, just open this link).
A huge thank you from Laborator in advance and have a great day!