remove featured collection title on home page
1 Like
Hi @rodolfoq ,
Would you like to share your URL website? with password if its preotected. You can share also even just the preview. Thanks!
it worked thanks
1 Like
Thank you for the information.
Try this.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
- And Save.
.v-stack.justify-self-center.gap-4.text-center.sm\:gap-5 {
display: none;
}
Result:
It remove the 2 titles.
I hope it help.
1 Like
it worked thanks alot,when I create more featured collections it won’t have the title right? or would I have to do the same thing again.
Welcome, Happy to help.