Make a sticky top bar - by Pexys - on WordPress WooCommerce support

This topic has 4 replies, 2 voices, and was last updated 6 years ago ago by Rose Tyler

  • Avatar: Pexys
    Pexys
    Participant
    April 3, 2018 at 09:01

    Hello,
    I would like during the course of the page that the top bar is also visible above the sticky header.
    Can we realize it?

    Thank you in advance

    Pexys Team

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 3, 2018 at 10:45

    Hello,

    Please add this code in Theme Options > Custom css:

    .top-bar {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 999;
    }
    .header-wrapper .header {
        padding-top: 34px;
    }
    .fixed-header-area.fixed-already {
        top: 34px;
    }

    Regards

    Avatar: Pexys
    Pexys
    Participant
    April 3, 2018 at 10:46

    thank you for your answer very complete and fast

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 3, 2018 at 11:15

    You’re welcome!
    Have a nice day.

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.