Home Forums WoodMart support forum change menu bottom line hover color

change menu bottom line hover color

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

    legendsleepsa
    Participant

    I want to change bottom line hover color and menu item color only for one menu item NOT ALL!

    Please see the attachement

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

    Hello,

    You need to insert this class: wd-accent-item into the menu item you want to change.

    Then add this custom CSS:

    .wd-accent-item {
    	--nav-color: red;
    	--nav-color-hover: blue;
    }
    
    .wd-nav[class*="wd-style-underline"] .wd-accent-item .nav-link-text:after {
    	background-color: red;
    }

    If you have any questions please feel free to contact us.

    Best Regards

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