How to Remove Page Titles
-
Hi, so I’m trying to remove the page title that appears by default on my main pages like the “wellness packages” at the top of this page:
https://www.healthyhannah.net/wellness-packages/
I tried to use
h1.entry-title { display: none; }
To remove them, which kind of worked. But it left a gap between the content and the menu where the text used to be. And it deletes the titles for blog posts as well since they share the same class.
https://www.healthyhannah.net/blog/
Is there any way to remove the titles only from the pages and not from my blog titles?
Btw, the pages & my blog page use different templates so I was wondering if I could edit the theme template to only remove the title from the pages. I am running a child theme too.
Thank you in advance.
- The topic ‘How to Remove Page Titles’ is closed to new replies.