My store’s H1 tag is visible on certain pages like about us, contact us, etc
Hello @rusorganic
What do you want exactly on your page? Please share a screenshot for more clear understanding
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;
}
