How can I remove text from collection images on Sunrise theme?

Solved

How can I remove text from collection images on Sunrise theme?

servtronic
Visitor
2 0 1

Hello,

 

I am building a Shopify store.

I am using Theme Sunrise.

Under the Slide Photos on my store, you can see that I have a Collection List.

Each Collection shows photo and text.

I would like to remove text. Only have photo on the Collection List.

Like this (current design VS what I want):

aaaa.png

 

I found other forum threads telling to modify theme.liquid file or others...  I already tried some options, always same result.

If someone would help me, I would appreciate.

 

My Shopify shop is:

https://498b32.myshopify.com/

Password is:  123456789

 

Thanks

Accepted Solution (1)

Huptech-Web
Shopify Partner
941 188 197

This is an accepted solution.

Hi @servtronic 
Add the below CSS to style.css it will hide the title.

.collection-list .product-title {
  display: none !important;
}

 

If you found this response helpful, please do like and accept the solution. Thanks!
Need support with Customizing your Shopify store?
Feel free to contact me at info@huptechweb.com or Visit our website Huptech Web.
Instant Shortcode Builder: Integrate customizable UI features anywhere in your store - No coding knowledge required

View solution in original post

Replies 3 (3)

Huptech-Web
Shopify Partner
941 188 197

This is an accepted solution.

Hi @servtronic 
Add the below CSS to style.css it will hide the title.

.collection-list .product-title {
  display: none !important;
}

 

If you found this response helpful, please do like and accept the solution. Thanks!
Need support with Customizing your Shopify store?
Feel free to contact me at info@huptechweb.com or Visit our website Huptech Web.
Instant Shortcode Builder: Integrate customizable UI features anywhere in your store - No coding knowledge required
servtronic
Visitor
2 0 1

Works perfect !

 

Thank you

Huptech-Web
Shopify Partner
941 188 197

Your Welcome @servtronic

If you found this response helpful, please do like and accept the solution. Thanks!
Need support with Customizing your Shopify store?
Feel free to contact me at info@huptechweb.com or Visit our website Huptech Web.
Instant Shortcode Builder: Integrate customizable UI features anywhere in your store - No coding knowledge required