Home Forums WoodMart support forum Menu configuration

Menu configuration

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #728017

    damien.tisca
    Participant

    Hello,
    Please how do i change the main menu (color, font,size,…) after the scroll?

    https://www.rheinerparis.com/bagues/

    Thank you for your help

    #728051

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Thank you for contacting WoodMart Support. We’ll be happy to assist you with your request.

    Before we continue, we have one quick question for you:

    Where did you first hear about WoodMart?

    We really appreciate your help with this. It takes just one click, but your answer is extremely valuable to us and helps us understand how customers discover WoodMart:
    https://tally.so/r/rj8qWl

    Now, let’s get back to your request.

    To change the color for the sticky header, please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:

    .whb-row.whb-general-header.whb-sticky-row {
        background: #000;
    }

    Best Regards.

    #728054

    damien.tisca
    Participant

    Hello!
    thank you for your answer but it seems that it has changed the whole menu (even the non sticky)
    i would love to change the menu only after the scroll. Is it possible?

    #728056

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Please delete the otehr CSS given earlier, and use the below custom CSS and it will work only for the sticky header:

    .whb-sticked .whb-row {
        background: #000;
    }

    Best Regards.

    #728447

    damien.tisca
    Participant

    That’s perfect thank you!
    What if i want to change the text color? and the logo?

    #728465

    damien.tisca
    Participant

    For the color of the text i got it.
    How can i change the logo on the sticky menu to have it black?

    #728473

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Please use the custom CSS code below and paste it to Theme Settings >> Custom CSS >> Global CSS section to change the sticky menu and icon colors.

    /* Text & menu color on scroll */
    .whb-sticked .wd-nav-header > li > a,
    .whb-sticked .wd-tools-text,
    .whb-sticked .wd-header-el,
    .whb-sticked .wd-header-nav span {
        color: #000000 !important;
    }
    
    .whb-color-dark .wd-tools-element {
        --wd-header-el-color: #000000 !important;
    }

    For the sticky logo, You need to go to WoodMart > Header Builder > Edit Header > Configure logo Settings and change the “Logo image for sticky header”: https://postimg.cc/bDRj5B5J

    Best Regards

    #728477

    damien.tisca
    Participant

    I’ve got it too! I have found the option in the theme settings.
    Thank you!

    #728495

    damien.tisca
    Participant

    But i can’t change the coor of the elements on the right column of the fixed header.
    How can i have them white on the main menu and black on the fixed one?
    Thank you

    #728504

    damien.tisca
    Participant

    You are a master! Thank you

    #728508

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    You’re Most Welcome!

    Feel free to write back anytime. If you need further assistance, we are always here to help you.

    If you have a minute, we’d truly appreciate your feedback — it helps us improve the product and shape future updates more effectively. We’d love your feedback on our theme:
    https://www.trustpilot.com/review/xtemos.com

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘Menu configuration’ is closed to new replies.