Home Forums WoodMart support forum Hoover menu color

Hoover menu color

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

    dweb360
    Participant

    Hello
    Where can I change settings for menu color hoover?
    Thank you

    Attachments:
    You must be logged in to view attached files.
    #620809

    Hung Pham
    Keymaster

    Hi dweb360,

    Thanks for reaching to us.

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

    ul.wd-nav.wd-style-bg>li>a:before {
        background-color: #fff;
    }
    
    ul.wd-nav.wd-style-bg>li:is(:hover,.current-menu-item,.wd-active,.active)>a{
    	color: #000;
    }

    Regards,

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