Move grey line and name of the collection

Hi Experts,

I would like to ask - is there a way to hide on homepage specific “Featured collection” sections the name of the collection? Also I would like to hide under these (only these) the gray spacing line.

www.doramu.cz

Thanks a lot for any advice :slightly_smiling_face:

Petr

@PetrMachacek - please add this css and check

#shopify-section-16435655464c09eaa3{border-top: none;}

#shopify-section-16435655464c09eaa3 .SectionHeader{display: none; visibility: hidden;}

@PetrMachacek

Please add the following css code to your assets/theme.css bottom of the file.

#shopify-section-16435655464c09eaa3{border-top: none !important;}

#shopify-section-16435655464c09eaa3 .SectionHeader{display: none !important; visibility: hidden !important;}

Thanks!

Thanks a lot for helping out :slightly_smiling_face: