Hey all!
I would like to remove all of the titles in this specific collection list of collections on my home page. I just want it to display the image without the gap also. If the gap cannot be shortened then whiting out to my background colour (#FAFAFA) shall be fine. (View image below)
Website is hecticsweets.com.au
1 Like
Hello @hecticsweets
please share your URL so i can provide you the css for it
section#shopify-section-template--15495310311573__1648360849309377ab .card__heading a {
display: none !important;
}
@hecticsweets
add this code in the bottom of base.css file.
Thank you.
1 Like
Hey!
Thankyou, it worked but for the other collection, on my homepage I dont want to change the first collection, i want to change the second one which is titled “brand” at the bottom!
1 Like
@hecticsweets
section#shopify-section-template--15495310311573__1651056640fd68b50c .card__heading a {
display: none !important;
}
try out this code.
Thank you.
1 Like
@hecticsweets
Let me, know if you need any more help,
We are always happy to help you.
Thank you.
1 Like
Thankyou so much! I appreciate that more than you know!
1 Like
Hey! It wont let me click through to the collection now, it removes the name which is fantastic but we cannot click through to see the actual collection.