Why is my store's H1 tag only visible on certain pages?

My store’s H1 tag is visible on certain pages like about us, contact us, etc

https://www.rusorganic.in/pages/about-us

Hello @rusorganic

What do you want exactly on your page? Please share a screenshot for more clear understanding

I want to remove h1 tag that is visible on about us, contact us page

You need to remove specific title that’s why you need to edit liquid code. If you have no coding knowledge then you have to hire a Shopify expert. You can PM me

Hi @rusorganic .

This is PageFly - Advanced Page Builder.

You can go to Online store => themes => actions => edit code and add this code on file timber.css

.main-page-title.page-title h0{
display: none;
}

Hope this answer helps.

Best Regards,

PageFly

Sorry, but it didn’t work.

You can try this code to hide it

h1.main-page-title.page-title.h0{
display: none;
}