Invert colors of the Aside submenu
-
Hi,
The website is in maintenance mode at the moment.
https://ibb.co/k27dZVF8
Is it possible to invert the colors of the aside submenu? I would like the background to be white, and the current and hover states to be red.
However, I can’t find the CSS class to change it.
Could you please provide the CSS?
Thank you in advance!
Best Regards; Isabel
Hi Isabel,
Thanks for reaching to us.
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
div.wd-dropdown-menu.wd-design-aside.wd-style-with-bg .wd-sub-menu-wrapp>.wd-sub-menu {
background-color: #fff;
}
div.wd-dropdown-menu.wd-design-aside.wd-style-with-bg .wd-sub-menu-wrapp>.wd-sub-menu>li:hover>a{
color: #000;
}
Regards,