Shopify themes, liquid, logos, and UX
Hello!
I'm trying to hide the titles on the product grid. I would still like them to be visible on the product page, I just don't want the titles beneath the thumbnails on the collection page. I am using the "Studio" theme. I've checked many other forums, and they all say to edit files I do not have. My theme does not have the files for "theme.scss.liquid" or "theme.css". The closest files I can find to what I've seen suggested are "theme.liquid" and "base.css". My "product-grid.liquid" and "collection-template.css" also do not exist, but I DO have "template-collection.css", "card-collection.liquid", and "featured-collection.liquid"
This is my site: https://dgmd8e9yrl4v0veg-59244052537.shopifypreview.com
Thank you to anyone who might be able to help with this!
PS I am also trying to remove the empty space in my footer between my logo and the copyright, if anyone knows how to fix that as well.
Solved! Go to the solution
This is an accepted solution.
@talula Go to assets/component-card.css and paste below css at bottom of file.
.card:not(.ratio)>.card__content
{
display: none !important;
}
This is an accepted solution.
@talula Go to assets/component-card.css and paste below css at bottom of file.
.card:not(.ratio)>.card__content
{
display: none !important;
}
Thank you so much! Worked perfectly.
Would you happen to also know how to remove the empty space in my footer as well?
I tried this on the dawn theme & it worked, but no product pages load when I click on it. Any tips?
Hello,
This works but it also removes the link so that when you click it does nothing (instead, it should still go to the product page). Is there any way to do this?
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025