Trying to remove collection title from specific collection page

Solved
maryclairek
New Member
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
3451 647 971

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

We are volunteering to help    |      Likes and Accept as Solution  will be much appreciated.✌
Need a developer?  Do not break the bank. Hire us! For fast reply, shoot us a message using chat at Made4Uo.com

Check how to sell everywhere with Shopify POS. Keep your stuffs private. Refrain from giving unnecessary access to your store.

View solution in original post

Replies 3 (3)
made4Uo
Shopify Partner
3451 647 971

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

We are volunteering to help    |      Likes and Accept as Solution  will be much appreciated.✌
Need a developer?  Do not break the bank. Hire us! For fast reply, shoot us a message using chat at Made4Uo.com

Check how to sell everywhere with Shopify POS. Keep your stuffs private. Refrain from giving unnecessary access to your store.
maryclairek
New Member
2 0 0

THANKS SO MUCH!!! 🙂 

made4Uo
Shopify Partner
3451 647 971

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

We are volunteering to help    |      Likes and Accept as Solution  will be much appreciated.✌
Need a developer?  Do not break the bank. Hire us! For fast reply, shoot us a message using chat at Made4Uo.com

Check how to sell everywhere with Shopify POS. Keep your stuffs private. Refrain from giving unnecessary access to your store.