Hello,
I would like to remove the title in the page, and collection page. Could you help me?
Thank you
Hello,
I would like to remove the title in the page, and collection page. Could you help me?
Thank you
Hi Giovanni,
I hope you’ve had a great weekend. Would you like to hide the title for all collections and pages?
If this is the case, the code below should help:
/*Hide titles for collections and Pages*/
.template-collection h1, .template-page h1{
display:none;
}
You can add this CSS using the steps in the guide below:
Let us know if this helps
In which file I have to modify the css?
You can just add it to the bottom of the file at Themes > Actions > Edit Code > Assets > theme.min.css.
Let us know if you run into any issues.