Remove Page Title from Suburbia Pages (Not Home page)
-
Hi,
I would like to delete the title off of individual pages (as I would like to add my own header without it looking redundant). I already have the coding to remove from the static front page
body.home .entry-title {
display: none;
}
what should I use for all of my other pages? My theme is Suburbia.The blog I need help with is: (visible only to logged in users)
-
Since you want to remove the title from all the static pages, you don’t need one code for the front one and a different code for the rest. Just replace the selector in the above code with this:
.page .entry-title -
- The topic ‘Remove Page Title from Suburbia Pages (Not Home page)’ is closed to new replies.