Hiding the Collections Name in the Baseline Theme

On the front page of my website, I have 4 “Collection” images that i want to design the text for in a file. I do not want any text over the top of that image. Does anyone have any insight as to what i could insert to get rid of that text?

Store: cnpusa.myshopify.com

Pass: yeaggi

Hi @CNPBen

This is Noah from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the


Hope this can help you solve the issue

Best regards,

Noah | PageFly

Hi @CNPBen

I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.

Please add this css in your bottom of the theme.css file:

.template-index .featured-collection li .absolute.top-0 {display: none;}

Regards,

San