Home Forums WoodMart support forum color text menu sticky mode

color text menu sticky mode

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

    martinsialer
    Participant

    I need to change the color of the menu text in sticky mode, I put a white background and the text remains white and I need it to be a dark color or a color of my choice

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

    Hello,

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

    .whb-sticked .wd-nav[class*="wd-style-"]>li>a {
        color: #fff0f0;
    }

    Best Regards

    #626921

    martinsialer
    Participant

    I want to do the same with the social media icons, they are white but in the sticky menu they are still white, do I need it to be dark or a custom color?

    #627060

    Hello,

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

    .whb-sticked .whb-general-header .wd-social-icons.wd-style-colored {
        --wd-social-color: #fff0f0;
    }

    Best Regards

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