Home Forums WoodMart support forum Sticky header menu colour

Sticky header menu colour

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #288521

    Mishkat
    Participant

    Hello,
    My codes are not working for css from the updated. How can I make the sticky header menu colour a different colour?

    #288630

    Hello,

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

    body .whb-sticked .wd-nav-main > li.current-menu-item > a{
    color:red;
    }
    body .whb-sticked .wd-nav-main > li > a{
    color:yellow;
    }

    Please set the colors as per your needs.

    Best Regards

    #288633

    Mishkat
    Participant

    Thanks this worked.

    What about for the menu icon on mobile on the stick header?

    #288733

    Hello,

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

    body .whb-sticked .wd-tools-element>a{
    	color:orange;
    }

    Best Regards

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