Hi i’ve been trying so hard to remove collection banner titles. Can anyone help?
Link: https://trafficak.com/collections/top
password: Tery0414
Thanks in advance!!
Hi i’ve been trying so hard to remove collection banner titles. Can anyone help?
Link: https://trafficak.com/collections/top
password: Tery0414
Thanks in advance!!
.collection-hero__text-wrapper {
display: none;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid
Hi, seems like it’s not working. Do you want all my base.scss.liquid details?
allo @TRAFFICAK
You can add code by following these steps to change
paste below code at bottom(base.css)
.collection-hero__text-wrapper {
display: none !important ;
}
If you require any further information, feel free to contact me.
Best regards,
Hi @TRAFFICAK
I hope you are doing good and welcome to the Shopify Community!
I am Santanu from MS Web Designer (Top Rated Shopify Certified Experts and eCommerce Consultant from Singapore).
Please add this css in your bottom of the base.css file:
.collection-hero .collection-hero__text-wrapper {display: none;}
Regards,
Santanu