Change Blog Title Heading Tag from H3 to H1

Hi Everyone,

In my current Shopify theme, the blog titles are showing in H3 tag, I want to change it to H1 tag.

Here is my blog link - https://theqnix.com/blogs/news/surviving-painful-periods-tips-for-relief-and-comfort

Can anyone please help me with it?

Hi @Qnix_Store

You can try to do that from Online store > Themes > Edit code > try to find this file article-card.liquid

Search “dt-sc-blog-description”, replace h3 tags by h1 tags

Hey @Qnix_Store

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Hi [email removed],

You can search on the folder blog.liquid of main-blog.liquid with key work “dt-sc-blog-description”.

you can see thẻ h3 tag , next you can place

=> h1,

=>

Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

Hello @Qnix_Store :waving_hand:

In Shopify Admin, you can go to Edit theme code, open file article.liquid, or article-template.liquid (or variations), find the code for the title, and change from tag H3 to H1.