This topic has 6 replies, 3 voices, and was last updated 7 years, 2 months ago ago by Rose Tyler
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.
Hi,
You can disable that entire top panel in 8theme options > general > header settings > top panel > off
Regards,
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?
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
Thank you, that solved my problem 🙂
You’re welcome!
Regards
The issue related to '‘How to remove header element?’' has been successfully resolved, and the topic is now closed for further responses