Remove Page Titles
- The topic ‘Remove Page Titles’ is closed to new replies.
Need help? Check out our Support site, then
Hi there,
I was wondering how I remove the Page Titles without taking the name off the pages otherwise I can’t navigate through them easily to edit them.
If I remove all of the H2 it removes other information from my website :(
Thanks
The blog I need help with is: (visible only to logged in users)
Hi Jessica,
you can use this inside the Custom CSS:
h1.page-title {
display: none;
}
Hope this helps.
All the best,
Ana