Home Forums WoodMart support forum Colors of sticky header

Colors of sticky header

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

    Pernilla
    Participant

    I would like to make the sticky header bottom in the same color as sticky main header. I can not find any settings for that.
    I tried with some css but it did not work properly. Also the text of the menu, should turn light when background goes dark.
    Thanks for helping!

    #699977

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Try to add this CSS to Theme Settings > Custom CSS > Global CSS.

    .whb-sticked .whb-header-bottom {
        background-color: #212121 !important; /* Change to your desired color */
    }
    
    /* Change menu text color when sticky background is dark */
    .whb-sticked .whb-header-bottom a,
    .whb-sticked .whb-header-bottom .wd-nav > li > a {
        color: #ffffff !important;
    }

    Best Regards,

    #699984

    Pernilla
    Participant

    That´s perfect, exactly as I wanted.
    Thank you very much!!

    #699985

    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://tally.so/r/w4l54k

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘Colors of sticky header’ is closed to new replies.