I cannot for the life of me figure out how to remove the collection titles underneath the featured collection images on my home page. I am using Sense Theme. Any help is appreciated. I have tried so many codes and none work for me.
hi @whboutique ,
Could you kindly give the url of the store, and point the place you need hide? i will check and give to you solution.
Thanks!
Hi @whboutique ,
If you just want hide the text look like describe image. You should go to settings on customize of theme, and find to each sections, at here have the part input text for link and set link, you just remove the text => the link will hide.
If you have any the question regarding this issue, let me know.
Thanks!
It doesn’t allow you to do that. Yes, I just need the titles of the collections on the main page to be hidden so all you see are the graphics
Can you please add the code bellow into assets/base.css file:
.section-collection-list .card__heading{
display: none !important;
}
Let me know if the code not working.
Thanks!
Hello @whboutique
Please use below code on assets → base.css at the bottom to hide the collection titles from the grids on homepage
.collection-list__item h3.card__heading{
display: none !important;
}


