Hey, I’m trying to disable the page header that shows up over each of my pages. I don’t want to have to go in to each and every page and tell it not to display the header. Also, I can’t get it to go away in Category pages. Is there a simple php or css change I can make that will disable that page header overall?
Hey Jox!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.title_container { display: none; }
Cheers!
Yigit
Awesome thanks!! I had added that same code except I made a typo using a – instead of a _. It works now.
Cheers