This topic has 2 replies, 2 voices, and was last updated 3 years, 11 months ago ago by Rose Tyler
i would like to remove the header area from static pages too not just the blog page
i went through this one “Topic: Remove Header area from blog page” and i got the header removed from the blog page i need the css to remove the header from the rest of my pages. also is there some css documentation for the theme elements class and ID tags? it would be easier for me to do this myself with that information.
also i found this in a diferent area
“You can disable that entire top panel in 8theme options > general > header settings > top panel > off”
unfortunately im not seeing an option to do that
thank you
Eric
Hello,
Thanks for using our theme.
You can use the next code in Custom CSS for page area:
header{
display:none;
}
Just go to Edit page > https://prnt.sc/w1ktb7 (WPBakery page editor), https://prnt.sc/w1kthh (Elementor).
Regards
You must be logged in to reply to this topic.Log in/Sign up