Trying to remove collection title from specific collection page

Trying to remove the title “Gifts” from this collection page: https://greenleafgifts.com/collections/gift-best-sellers

Thanks!

@maryclairek

Hi,

You can basically delete this label in the theme editor. I can’t see the name of the theme though but the other way is to do things below

  1. In your online store,
  2. Choose the theme you want to edit. I recommend duplicating your theme before editing it so you have a theme to go back to if you don’t like the changes.
  3. Click Actions, the Edit code.
  4. Find the Asset folder and open the theme.scss file.
  5. At the very bottom of the file, add the code below

.collection-title .label, .template-collection .page-title.collection-title .label {
display: none !important;
}

1 Like

THANKS SO MUCH!!! :slightly_smiling_face:

Welcome. If this issue has a solution, please mark the solution so this issue will be mark resolved. Thank you