Home Forums WoodMart support forum Scrolling the menu items will change to a light color

Scrolling the menu items will change to a light color

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #448631

    zajaczkowski2002
    Participant

    Hi, I have the same problem, but I don’t understand what you wrote:
    https://xtemos.com/forums/topic/sticky-header-colors/
    What css should I add so that when scrolling down the menu items will change to a light color

    #448740

    zajaczkowski2002
    Participant

    i also have problem with dropdown it is 100% not 95% like menu how can i align dropdown with header…

    #448921

    Luke Nielsen
    Keymaster

    Hello,

    1. Could you please provide access to the admin dashboard so I will check the settings of your website.

    2. I suggest adjusting the dropdown width to an appropriate size. You can refer to this screenshot for guidance: https://prnt.sc/mdsPrA9zbSOB

    Once you have made the necessary changes, kindly recheck the issue to ensure that it has been resolved.

    Let me know if you need further assistance.

    Kind Regards

    • This reply was modified 1 year, 9 months ago by Luke Nielsen.
    #448929

    zajaczkowski2002
    Participant

    I just don’t want static in px because I don’t have a static header, only a percentage value

    #449036

    Luke Nielsen
    Keymaster

    Hello,

    The below code can help you to achieve that, please paste it into the “Desktop CSS” area in Theme Settings -> Custom CSS.

    .home .whb-sticked .wd-nav-main li a{
        color: #fff;
    }
    
    .home .whb-sticked .wd-nav[class*="wd-style-underline"] .nav-link-text:after {
        background-color: rgb(232 225 225);
    }
    
    .home .whb-sticked .wd-nav[class*="wd-style-"]>li:is(.wd-has-children,.menu-item-has-children)>a:after {
        color: rgb(242 242 242);
    }

    Kind Regards

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