Solved

How to remove category name from front of photo?

Rafael991
Excursionist
15 2 4

Rafael991_0-1631927624633.png

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?

 

Accepted Solutions (3)

diego_ezfy
Shopify Partner
2935 562 883

This is an accepted solution.

@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

◦ Follow my blog & youtube for coding tutorials. Most questions in here are already answered there!
◦ Top #4 Shopify Expert, 24h reply. Click here to hire me.
Download copy/paste code snippets that can replace most apps.

View solution in original post

Hardik29418
Shopify Partner
2859 407 1073

This is an accepted solution.

@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;
}

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email

View solution in original post

Rafael991
Excursionist
15 2 4

This is an accepted solution.

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

 

View solution in original post

Replies 6 (6)

Hardik29418
Shopify Partner
2859 407 1073

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.

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email
Rafael991
Excursionist
15 2 4
Hardik29418
Shopify Partner
2859 407 1073

This is an accepted solution.

@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;
}

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email
Rafael991
Excursionist
15 2 4

This is an accepted solution.

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

 

Rafael991
Excursionist
15 2 4

Rafael991_0-1631986907613.png

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?

 

Rafael991_0-1631987038616.png

If you look here, the name came out

diego_ezfy
Shopify Partner
2935 562 883

This is an accepted solution.

@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

◦ Follow my blog & youtube for coding tutorials. Most questions in here are already answered there!
◦ Top #4 Shopify Expert, 24h reply. Click here to hire me.
Download copy/paste code snippets that can replace most apps.