Shopify themes, liquid, logos, and UX
Trying to remove the title "Gifts" from this collection page: https://greenleafgifts.com/collections/gift-best-sellers
Thanks!
Solved! Go to the solution
This is an accepted solution.
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;
}
This is an accepted solution.
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;
}
THANKS SO MUCH!!! 🙂
Welcome. If this issue has a solution, please mark the solution so this issue will be mark resolved. Thank you
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025