How can I remove the title of featured collections on the home page? I'm using the prestige theme

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.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. 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:
  4. 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. :blush: