Hello - I am using the Debut theme and right now have 3 main Collections listed on my home page. It is requiring me to use a Collection title but each image for each Collection already has the title in it. How do I remove the Collection title on my homepage?
Hi @Lindsweb !
Welcome to the Shopify Forums!
Would you mind sharing a visual or a screenshot showcasing what you need to remove?
Let me know!
Hi @Lindsweb !
Please add the following code to your theme.css file:
.section-header.text-center {
display: none;
}
Let me know !
Dear @Lindsweb
Hope this will help you
/* Start */
.template-index #shopify-section-featured-collections {display: none}
/* End*/
Ensure that the code was copied exactly from this guide and pasted correctly, making sure no characters or symbols are missing.
Save and check your theme by refreshing it.
User | Count |
---|---|
387 | |
204 | |
144 | |
46 | |
42 |