How to remove header element? - by xbobsix1

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

  • Avatar: xbobsix1
    xbobsix1
    Participant
    September 14, 2017 at 19:52

    Hello support.

    https://gyazo.com/660db1219d570a376cf599589f1c434a

    At the top of this page, you can see the little arrow? i know where to disable the entire header, but not just the arrow?

    Thank you.

    Please, contact administrator
    for this information.
    5 Answers
    Avatar: amzy
    Amzy Leel
    Participant
    September 15, 2017 at 06:20

    Hi,

    You can disable that entire top panel in 8theme options > general > header settings > top panel > off

    Regards,

    Avatar: xbobsix1
    xbobsix1
    Participant
    September 15, 2017 at 13:33

    Thank you, but that does not answer my question. this was what i asked:

    i know where to disable the entire header, but not just the arrow?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 15, 2017 at 13:47

    Hello,

    If you disable only the arrow, for example using this code in custom css:

    .top-panel-open:after {
        display: none;
    }

    the panel won’t opens more, so it is the same result as disable top panel via the options.
    But please try to add this code in Theme Options > Styling > Custom css:

    .top-panel-open {
        color: white;
        width: 60%;
        left: 20%;
    }
    .top-panel-open span {
        display: none;
    }

    and then check.

    Regards

    Avatar: xbobsix1
    xbobsix1
    Participant
    September 15, 2017 at 13:50

    Thank you, that solved my problem 🙂

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 15, 2017 at 13:58

    You’re welcome!

    Regards

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

The issue related to '‘How to remove header element?’' has been successfully resolved, and the topic is now closed for further responses

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