Home › Forums › WoodMart support forum › Invert colors of the Aside submenu Invert colors of the Aside submenu This topic has 1 reply, 2 voices, and was last updated 1 month, 2 weeks ago by Hung Pham. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts April 14, 2025 at 12:01 pm #653845 IsabelParticipant 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 April 15, 2025 at 6:43 am #654044 Hung PhamKeymaster 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, Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register