Removing collection banner title tase theme

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!!

@TRAFFICAK ,

.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?

@TRAFFICAK

allo @TRAFFICAK

You can add code by following these steps to change

  1. Go to Online Store → Theme → Edit code > assets > base.css

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