How to Remove Title Block in a Static Page
-
On my Home Page, I want to remove the title block on the static page. I have not entered text, but the ‘space for the block’ needs to be deleted.
The blog I need help with is: (visible only to logged in users)
-
I’d recommend typing your title back in so that search engines can see it, but you can still hide it with CSS by pasting this code into the relevant section of the customiser:
.home .hentry .entry-header { display: none; } .home.page .hentry { padding-top: 0; }The second bit isn’t necessary but it will reduce the space a bit more if that’s what you’re trying to achieve.
-
- The topic ‘How to Remove Title Block in a Static Page’ is closed to new replies.