Home Forums WoodMart support forum Invert colors of the Aside submenu

Invert colors of the Aside submenu

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #653845

    Isabel
    Participant

    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

    #654044

    Hung Pham
    Keymaster

    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,

Viewing 2 posts - 1 through 2 (of 2 total)