How can I remove collection titles from the Empire theme homepage?

I have the Empire theme and I am trying to hide the collections titles from the homepage. I have images that say what the title is, so I do not want the title on there twice. I have tried all of the suggested code adds on this forum but nothing is working. How can I take the titles off of the homepage?

1 Like

Hi @sarahmglaser ,

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

The theme is not currently active as I am still working on it. The issue is seen below, I do not want the small black title names on there.

Hi @sarahmglaser

Would you mind to share your Store URL website? with password if its protected. Thanks!

I do not have the theme active currently as I am still working on it. Please see screenshot below for reference:

1 Like

Im Sorry, We cant do anything with the picture. We need to inspect the store so we can give a code to remove it. You can share the preview also and send by private message if you dont like to public. Thanks!

1 Like

Thank you for the info, 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:
span.collection__item-info.collection__item-title.pxu-lia-element {
    display: none;
}

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

1 Like

You are a life-saver, thank you!!!