HIDE MINE MENÚ ONLY IN ONE PAGE. - by Eprana

This topic has 6 replies, 3 voices, and was last updated 4 years, 10 months ago ago by Olga Barlow

  • Avatar: Eprana
    Eprana
    Participant
    June 13, 2019 at 12:24

    Good morning..

    I want to create a landing page for one product of my store, for which I have to create a page exclusively for that product.

    But the main menu should not appear (ONLY IN THIS PAGE)

    How can I do it?

    5 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 13, 2019 at 12:28

    Hello,

    You can add this code in Custom CSS settings – http://prntscr.com/o1bnr1

    .header .menu-wrapper, .navbar #st-trigger-effects {
         display: none !important;
    }

    Regards

    Avatar: Eprana
    Eprana
    Participant
    June 17, 2019 at 14:15

    Hello! Thank you very much for the reply. It’s OK.

    BUT NEED to hide the sticky mine-menu too, only in this page. Which is the Custom CSS code?

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    June 17, 2019 at 20:00

    Hello,

    Replace the previous code by the following if you want to hide the only menu for both headers

    .header .menu-wrapper, .navbar #st-trigger-effects, .fixed-header .navbar-collapse {
         display: none !important;
    }

    or the following one if you want to hide menu for the default header and completely hide the fixed header not just menu only

    .header .menu-wrapper, .navbar #st-trigger-effects, .fixed-header-area {
        display: none !important;
    }

    Regards

    Avatar: Eprana
    Eprana
    Participant
    June 18, 2019 at 12:36

    Thank you very much! The second one is perfect!

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    June 18, 2019 at 12:54

    Hello,

    You are welcome!

    Regards

  • Viewing 6 results - 1 through 6 (of 6 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.