Home Forums WoodMart support forum change color sub-menu categories

change color sub-menu categories

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

    maloneweb
    Participant

    Hello, I need to change the color of the hover
    and the background of the sub-menu.
    How can I do?

    Screenshot: https://pasteboard.co/D5uYZauj7NVC.jpg

    #339837

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .categories-menu-dropdown .wd-nav-vertical > li > a:hover{
    	background:red;
    	color:orange;
    }
    .categories-menu-dropdown .wd-dropdown {
    	background:red;
    }

    Best Regards

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