Remove page title from pages
-
At the top of each of my pages, the page title is shown which pushes my content further down the page. I would like to remove this and move my content to the top of the page. How can I do this? I am using the “expound” template.
Thanks,
Kyle Jacobson
The blog I need help with is: (visible only to logged in users)
-
Hi Kyle,
Since you have Custom Design, you can hide the page titles using CSS. Try pasting this code into your CSS editor (in Appearance->Customize->CSS):
.site-content .entry-title .entry-header { display: none; }Let me know how that works!
- The topic ‘Remove page title from pages’ is closed to new replies.