Flex theme - I want to remove the name of the collections

Hello,

im trying to remove the name of the collections from showing under the banner. It is already in the banner so having it displayed twice ,isn’t very nice. Any suggestion? Cause I don’t see any option for that.

Thank you

konstantinos

Hi,

Please share your store URL to give you the solution for it.

It is milloobags.com

It is www.milloobags.com

thank you

Do you want it to be like this ? or also without the filter ?

Hi @Konstantinoc

Check 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:
.collection__title.title {
    display: none !important;
}

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

Add this code in your theme.liquid:


If you want to show it again in the future, simply delete the code.

I want the filters there

Great! Solved!

Thank you !

https://community.shopify.com/post/2316211

It doesn’t work for me, can you please help?

Hi @buttercups

Would you mind to share your store URL? Thanks!