-
sbanks
Is there a way to hide the content title without disabling the h1 metatag?
I have disabled the “Content Title” element for both my home and blog pages, and this removes the h1 metatag.
Thanks,
Susan
-
Fernando
Hi Susan,
We can use CSS instead. For reference, can you enable the Content title and share the link to the site in question?
-
sbanks
Hi Fernando,
I have enabled the content title. I have shared the link below.
Thanks,
Susan
-
Fernando
If you want to hide it just for Pages, add this through Appearance > Customize > Additional CSS:
:is(.page) h1.entry-title { display: none; }
If you want to hide it for posts as well, use this:
:is(.page,.single-post) h1.entry-title { display: none; }
-
sbanks
Hi Fernando,
I only want to hide the title on the Home page, not all the pages.
Thanks,
Susan -
Fernando
I see. Did you disable the Content Title on your Home page? I’m not currently seeing it. If so, can you enable it?
- You must be logged in to reply to this topic.