Remove Collection Title from Homepage on Debut Theme

Solved

Remove Collection Title from Homepage on Debut Theme

missjennarose
New Member
8 0 0

My website:  https://rootsoftheroseco.com/

 

I am wanting to remove the Collection text title below the Collection image on the Homepage, or even hiding the title text BEHIND the image, but I cannot figure it out! Any help is greatly appreciated!

Accepted Solution (1)

suyash1
Shopify Partner
10457 1288 1650

This is an accepted solution.

@missjennarose please add this css to the very end of your theme.css file and check,
Shopify Admin -> Online Store ->Theme -> Edit code -> theme.css

 

.template-index .collection-grid-item__title-wrapper {display: none !important;}

 

suyash1_0-1734852179136.png

 

Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

View solution in original post

Reply 1 (1)

suyash1
Shopify Partner
10457 1288 1650

This is an accepted solution.

@missjennarose please add this css to the very end of your theme.css file and check,
Shopify Admin -> Online Store ->Theme -> Edit code -> theme.css

 

.template-index .collection-grid-item__title-wrapper {display: none !important;}

 

suyash1_0-1734852179136.png

 

Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.