How can I delete collection titles from my homepage collage?

Hello,

I have a collage on my homepage and I’d like to remove the collection titles from beneath the collection. I can’t figure out where this code is or what I’d have to do to fix/change it. I simply want the collection to appear as an image link.

1 Like

Hi @JoshuaFox ,

Could you please share your store URL and password if it enabled, so that I can help you

https://ad5dfd-2.myshopify.com/

no password!

Hi @JoshuaFox ,

This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.

While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:

  1. Go to Online Store → Theme → Edit code
  2. Open your theme.liquid file
  3. Paste below code before :

Best regards,

Anthony

Hi @JoshuaFox

Try this one.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
section#shopify-section-template--20884104806687__44fa54ab-883b-412f-a9b2-5984ccb3e7f5 h3.card__heading {
    display: none;
}

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

This worked perfectly! Thank you!

1 Like