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:
- In your Shopify Admin go to: online store > themes > actions > edit code
- 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
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


