Change Blog Title Heading Tag from H3 to H1

Solved
Qnix_Store
Shopify Partner
1 0 0

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? 

Accepted Solution (1)
Dan-From-Ryviu
Shopify Partner
5612 1030 1058

This is an accepted solution.

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

 

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

View solution in original post

Replies 4 (4)
Dan-From-Ryviu
Shopify Partner
5612 1030 1058

This is an accepted solution.

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

 

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

Moeed
Shopify Partner
3046 760 924

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 </body> tag

<style>
.dt-sc-blog-description h3 a {
    font-size: 40px !important;
}
</style>

RESULT:

Moeed_0-1697093077722.png

 

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

 

Best Regards,
Moeed

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
PageFly-Oliver
Navigator
479 92 89

Hi @,

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 <h3> => h1, </h3> => </h1>

 

Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

ZenoPageBuilder
Shopify Partner
836 148 168

Hello @Qnix_Store 👋

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.

Zeno Page Builder - Build responsive & SEO-optimized Landing pages, Blog posts, Product pages and more...
Learn more at zenobuilder.com