Remove Page Titles
-
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 jessicaireland.love.
Hi Jessica,
you can use this inside the Custom CSS:
h1.page-title {
display: none;
}
Hope this helps.
All the best,
Ana
The topic ‘Remove Page Titles’ is closed to new replies.