Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Remove Collection Names from Collection List

Solved

Remove Collection Names from Collection List

jamesabodehaven
Tourist
14 0 1

Hi guys,

 

Curious how one would remove the collection name from a homepage collection list? 

 

My site is https://abodehaven.com.au/ and I want to remove the name of the collection underneath the image.

 

Kind regards,

James

Accepted Solution (1)

StephensWorld
Shopify Partner
1400 174 369

This is an accepted solution.

Go into the theme editor, click into the section you're using for showing the collections on the homepage, and then within the "Custom CSS" section, add the following code:

 

.collection-info__caption {
    display: none !important;
}

★ Did my post help? If yes, then please like and accept solution. ★

https://stephens.world
support@stephensworld.ca

View solution in original post

Replies 5 (5)

Abdosamer
Shopify Partner
938 173 193

Hi @jamesabodehaven , go to styles.css and add the following code:

.list-collections-wrapper .collection-info__caption {
    display: none !important;
}
Buy me a Coffee
Email : abdelrahamansamer71@gmail.com
Chat on WhatsApp
My work

StephensWorld
Shopify Partner
1400 174 369

This is an accepted solution.

Go into the theme editor, click into the section you're using for showing the collections on the homepage, and then within the "Custom CSS" section, add the following code:

 

.collection-info__caption {
    display: none !important;
}

★ Did my post help? If yes, then please like and accept solution. ★

https://stephens.world
support@stephensworld.ca

jamesabodehaven
Tourist
14 0 1

Worked perfectly thank you Stephen!!

Mellzo1
Visitor
2 0 0

Hi i am trying to find a solution to the same problem. I've tried the solution you suggest above however, it doesnt seem to work on my page. could you help?

catheinepan43
Visitor
1 0 0

Hey that's really cool, I think!