How to remove category name from front of photo?

Hello, I added category list. When I added the category, the name appears in front of the photo. Want to know how I get the name from the front of the photo?

Hello, @Rafael991

Welcome to the Shopify Community.
I read your problem and it seems that I need to analyze your website to provide the solution here.
Would you please share your website URL and if your website is password protected then also provide the password.

https://mrshops.com.br aoffus

@Rafael991 , do this to fix it in 20 seconds:

  1. In your Shopify Admin go to: online store > themes > actions > edit code
  2. Find Asset > theme.scss.liquid or theme.css and paste this at the bottom of the file:
[id*='section'] .collection-grid-item__title{
    display: none !important
}

Espero que te ajude!

Kind regards,
Diego

@Rafael991

Please Go to Online Store → Themes → Edit code → Assets → theme.scss.liquid and paste this code at the end of this file.

.collection-grid-item__link .collection-grid-item__title-wrapper {
display: none;
}

Thanks a lot for the help. With your help, they can solve it. @Hardik29418 , @diego_ezfy

When placing a category, the category name is still on the photo. On the home page it came out, but here it hasn’t come out yet.
I thought I was going to take it all out at once, do you know how this can be resolved?

If you look here, the name came out