Can we hide h1, h2, or h3 tags effectively?

is it possible to hide h1, h2, or h3 tags? I asked before but was not given a proper solution response.

Hi @LaCollection ,

Can you pleae share a screenshot on which page you want to hide heading tags? you know that these are important for site SEO.

Thanks

May I ask why you want to hide it? These tags is VERY important for your site SEO, if you can tell us the reason why you want these to be hidden we might be able to suggest a different and better solution to your problem.

I am writing blog posts and it does not appear that I am able to label the title of the blog as a h1 tag. So I have it in the “title section” because it is mandatory and also in the body section before I begin writing the actual blog. However, I do not want both of the titles to be visible. Hopefully that makes sense. Also having the duplicated title with proper keywords is more instances of relevant keywords of your business.

@LaCollection The best solution is to edit the theme and ensure the blog post title is in H1 instead of duplicating it in the post content.

Could you share your website URL via PM or email so I can take a look?

I don’t want to edit my theme as this may cause some things to not line up properly. I don’t see an option to make the title the h1 tag- unless this is an automatic thing? My website is: https://lacollectionelegance.ca/

@LaCollection

Screenshot 2024-02-02 at 5.40.18 PM.png

Screenshot 2024-02-02 at 5.40.14 PM.png

Both of your titles are in H1 tag.

If you want to hide the main title, add this CSS to your theme:

.article-template__title {
  display: none;
}

Your article page will look like this:

Yes I would like to do this but can you give me a step by step of where to paste that code? This is for my blog.

Hi there, just following up. Can you tell me where to drop the code?

@LaCollection edit your theme file. in the asset, you can find .css file you put there.

Are you able to show with picture step my step. Im not sure where that is.