Trying to remove collection title from specific collection page

Solved

Trying to remove collection title from specific collection page

maryclairek
Visitor
2 0 0

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

Thanks!

 

 

Accepted Solution (1)

made4Uo
Shopify Partner
3851 717 1195

This is an accepted solution.

@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;
}

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free

View solution in original post

Replies 3 (3)

made4Uo
Shopify Partner
3851 717 1195

This is an accepted solution.

@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;
}

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free
maryclairek
Visitor
2 0 0

THANKS SO MUCH!!! 🙂 

made4Uo
Shopify Partner
3851 717 1195

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

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free