Remove the overlay in the collection page

please how can i remove this overlay in the collection page

https://amineguebas.myshopify.com/admin/themes/128699728056/editor?section=1642766138cec4eba0

password : shiro

Hi @amine15 ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css->paste below code at the bottom of the file:
.template-collection .collection-hero__title-wrapper:before {
    display: none !important;
}

I hope it would help you.