This topic has 2 replies, 2 voices, and was last updated 7 years ago ago by Rose Tyler
I would like to disable the drop down header that follows when you scroll down the page. I would only like to disable that on certain pages. Is that possible?
Thanks,
James
Hello,
You may try to add this code in Custom css for page http://prntscr.com/h3xflu:
.fixed-header-area {
display: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up