How do I remove the repetitive Headers on each page?
-
How can I remove the Header at the top of each page? For example, on the Home page there is text below my banner and above my text that says “Home” in large font. I would like to remove this text.
Thank you.
The blog I need help with is: (visible only to logged in users)
-
Hi there – The theme you are using typically displays the title of each page at the top of that page. You could hide these titles using CSS if you had the Custom Design upgrade:
Custom DesignYou’d paste the following into the CSS editor in Appearance->Customize->CSS:
.entry-title { display: none; }Let me know if you have further questions!
-
- The topic ‘How do I remove the repetitive Headers on each page?’ is closed to new replies.