please how can i remove this overlay in the collection page
https://amineguebas.myshopify.com/admin/themes/128699728056/editor?section=1642766138cec4eba0
password : shiro
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:
.template-collection .collection-hero__title-wrapper:before {
display: none !important;
}
I hope it would help you.