Prestige theme - remove collection name title

Hi there!

I have been fooling around with this all day. Can someone please help me remove the collection name title and then remove the leftover white space where the collection name currently is?

https://goodsongrass.myshopify.com/

Thank you so much in advance!

Hey @jmar !

I just took a look at your website and noticed no collection title present on your store, did you manage to edit this yourself?

For others who may come across this thread, we do have another community post that provides instructions on removing collection titles below:

To remove the empty space where the collection title was, you will need to make a small adjustment to your themes code.

  • Head to your Online Store > Themes > Edit code > Assets > theme.scss.liquid

  • Add this CSS at the bottom of theme.scss.liquid

#shopify-section-1595747976625 header.SectionHeader.SectionHeader--center {
    display: none;
}
#shopify-section-1595748384564 header.SectionHeader.SectionHeader--center {
    display: none;
}

Important Coding Reminders:

  • We always suggest you first duplicate the theme and work in the duplicate. That way you can always go back to your previous version.

  • If you need custom changes but would prefer the help of a developer we recommend Shopify’s own Expert Marketplace.

  • If you’ve changed theme files and need to revert them, you can roll back .liquid files individually to a time and date before you made the changes.

By the way, your website looks really great! While I was looking at it, I noticed that you don’t have a favicon. If you’re not familiar with this, the favicon is the little logo that appears beside your store name on the browser tab. Having a favicon is really beneficial for your brand as it helps users recognize and identify your website easily, and it also presents a cohesive brand identity. I highly suggest adding one if you haven’t thought of it. Should you need a guide to do so, we have one on this page.