Remove page titles
The topic ‘Remove page titles’ is closed to new replies.
Need help? Check out our Support site, then
Hello,
There have been several posts on this topic but all have been resolved through custom CSS. I would like to remove some titles of pages (where it says Home on the home page) and the spaces surrounding them. If it’s easier I would like to hide all the page titles (and then I will make my own headings on each page).
Thank you so much!
The blog I need help with is: lucialin.com
Do you have a link to a site using the Ovation theme?
The following custom CSS may get you close to what you are looking for.
.home .entry-header,
.page .entry-header {
display: none;
}
Thank you so much, that worked perfectly!
Great, good to hear! You are welcome.
The topic ‘Remove page titles’ is closed to new replies.