I would like to remove Collection Titles from showing on Refresh Theme, how can I make that happen?
Hi @jhghidossi ,
If you want to hide the title but still wants the image clickable, please follow the instructions below.
- In your Admin store, click Online store > Themes
- Go to the theme you want to edit, click Actions > Edit code
- In your Asset folder, open the base.css and add the code below
.collection-list .card__content {
height: 0
}
.collection-list a.full-unstyled-link {
opacity: 0;
}
Hi,
Thanks for your help. The collection title is hidden however when I click on the collection the general position of where the title is shows up. I would like this to not show, is that possible? It is weird to explain so I have attached a screen recording link. Please let me know if I can clarify more. Thanks
Hi @jhghidossi ,
I see what you mean, please replace the previously provided codes with the code below.
.collection-list .card__content {
opacity: 0;
height: 0;
}
hi,
I have added the code but I am still having the same issue. Is there something else I should add?
https://swifftdelivery.myshopify.com
password swifft2022
H @jhghidossi ,
I dont see any problem in my end. Can you open it in incognito browser and see if the problem still persist?
It is on the mobile version that the problem occurs