Removing Page Titles
- The topic ‘Removing Page Titles’ is closed to new replies.
Need help? Check out our Support site, then
HI there,
How to remove page title from each page? Previous post suggested using CSS:
h1.page-title {
display: none;
}
This only works on homepage. Does display:none hide away H1 from search engines and have negative impact on SEO?
The website I’m working on is: http://www.fitgalsclub.com
Thanks
The blog I need help with is: (visible only to logged in users)
Hi,
thank you for using our theme.
You can hide the page title by using this:
.page-title {
display: none;
}
It’s the same for all pages. Do you still have a problem with it?
All the best,
Ana