Home Forums WoodMart support forum color text menu sticky mode

color text menu sticky mode

Viewing 8 posts - 1 through 8 (of 8 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

    #631334

    martinsialer
    Participant

    Hi, I put this css but it DOESN’T WORK, it remains white when you lower the sticky menu
    Could you check and give me the correct code??

    https://carpet.pe/

    https://prnt.sc/LI79sweQia7R

    https://prnt.sc/nmVok-qX3jYt

    #631408

    Hello,

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

    .whb-sticked .whb-general-header .wd-social-icons.wd-style-default.color-scheme-light, [class*="color-scheme-light"] .wd-social-icons.wd-style-default {
        --wd-social-color: #0f58f2 !important;
    }

    Best Regards

    #631680

    martinsialer
    Participant

    thank

    #631777

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘color text menu sticky mode’ is closed to new replies.