Home Forums WoodMart support forum Want to change the text color and text hover color in Header area And also want

Want to change the text color and text hover color in Header area And also want

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

    [email protected]
    Participant

    Want to change the text color and text hover color in Header area And also want to change the main menu background color and text and hover color.

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

    Hello,

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

    .wd-nav[class*="wd-style-"]>li>a {
        color: white;
    }

    To change the background color of the header bottom. Edit the header bottom from Woodmart >> Header Builder and try changing the background.

    Screenshot for Clarification: https://gyazo.com/d5f484f3659493b12ae696b88a443e7d

    Best Regards

    #358351

    [email protected]
    Participant

    and what about header when i scroll the header menu text color change from black to white

    i want diffferent background color and menu text color after scroll down

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

    Hello,

    To change only the sticky header background color and text color Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    body .whb-sticked .whb-general-header {
        background: red;
    }
    
    body .whb-sticked .wd-nav .item-level-0.current-menu-item>a {
        color: orange;
    }
    
    .whb-sticked .wd-nav .item-level-0>a {
    color: orange;
    }

    Best Regards

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