Remove Product Title in Collection (Studio Theme)

Solved

Remove Product Title in Collection (Studio Theme)

talula
Excursionist
24 1 2

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.

 

Screen Shot 2022-08-11 at 7.43.16 AM.png

Accepted Solution (1)

DelightCart
Shopify Partner
1271 84 158

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;
}

 

 

 

Delight Cart - It's time to turn your visitors into loyal shoppers! 

Delight Loyalty - Increase repeat sales quickly and build lifelong customers loyalty.

View solution in original post

Replies 4 (4)

DelightCart
Shopify Partner
1271 84 158

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;
}

 

 

 

Delight Cart - It's time to turn your visitors into loyal shoppers! 

Delight Loyalty - Increase repeat sales quickly and build lifelong customers loyalty.
talula
Excursionist
24 1 2

Thank you so much! Worked perfectly. 

 

Would you happen to also know how to remove the empty space in my footer as well? 

brownsugar
Visitor
1 0 0

I tried this on the dawn theme & it worked, but no product pages load when I click on it. Any tips? 

schilp
Tourist
7 0 2

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?