How to remove collection list title? (debut theme)

Solved
jupi
Tourist
3 0 0

Hey,

I have been wondering the solution of removing the title from both the collection page and the collection list section located on the homepage...

thanks in advance!

Accepted Solution (1)
oscprofessional
Shopify Partner
14833 2223 2711

This is an accepted solution.

Hello beaver,
To remove the title from both the collection page and the collection list section located on homepage.
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid

#shopify-section-1598093427101 .collection-grid-item__title.h3 {
    display: none;
}
#shopify-section-collection-template .collection-header .collection-hero {
    display: none;
}
If helpful then Please Like and Accept Solution. Chat on WhatsApp | Skype : oscprofessionals-87 |
Email: pallavi@oscprofessionals.com | Custom Pricing Wholesale App : Free | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing

View solution in original post

Replies 20 (20)