Remove collection list words (debut theme) - SOLVED

EDIT: solved using this info https://community.shopify.com/c/shopify-design/how-to-remove-text-in-collection-list-simple-theme/td-p/866224

Hi There,

I’d like to display collection list on my home page but only show the icon and not the words/name of collections. Website is https://thethriftingden.com/ scroll to bottom to see what I mean.

Any help welcomed.

@TheThriftingDen ,

As I have seen your issue, there are brand images, there is no text.

Please check.

1 Like

Yes I managed to find a solve after I posted this but was unsure how to delete this post or mark it solved myself.

@TheThriftingDen ,

Ok no issue!

Don’t hesitate to ask further issue on your store…

:slightly_smiling_face:

Hi,

I’m a bit late, but I would like to be able to do this also. I am using the Craft theme, so the other solution does not work for me.

My site is https://reginald-spleens-curiosity-emporium.myshopify.com/

Password raytia

@ReginaldSpleen ,

what is an issue?

Thanks for the quick response. I want to remove the text below the Collection List Images.

@TheThriftingDen ,

Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid

.slider-mobile-gutter h3.card__heading {
    display: none;
}

There is no theme.scss.liquid file in the Craft theme.

There is a theme.liquid in Layout (adding the code to that does nothing)

@ReginaldSpleen ,

Check base.scss.liquid

Thank for for trying, but I’m afraid that doesn’t work either.

@ReginaldSpleen ,

Check in the theme customizer area…