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.
Thanks a lot for any advice ![]()
Petr
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.
Thanks a lot for any advice ![]()
Petr
@PetrMachacek - please add this css and check
#shopify-section-16435655464c09eaa3{border-top: none;}
#shopify-section-16435655464c09eaa3 .SectionHeader{display: none; visibility: hidden;}
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 ![]()