Home Forums WoodMart support forum How to change color of the text menu

How to change color of the text menu

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

    nhlamm96
    Participant

    I want to change menu text color and menu background when scrolling down but i don’t know how

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

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .whb-general-header .wd-nav.wd-nav-main > li > a, .home .whb-general-header .wd-tools-icon:before {
        color: white;
    }
    
    .whb-sticked .whb-general-header .wd-nav.wd-nav-main > li > a, .home .whb-sticked .whb-general-header .wd-tools-icon:before {
    color: black;
    }

    Best Regards

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