please how can i remove overlay in collection list
https://amineguebas.myshopify.com/admin/themes/128699728056/editor?section=1642766138cec4eba0
password : shiro
@amine15 , do this to fix it in 20 seconds:
- In your Shopify Admin go to: online store > themes > actions > edit code
- Find Asset > theme.scss.liquid or theme.css and paste this at the bottom of the file:
.collection-grid-item__title-wrapper:before{
background: transparent !important;
}
Kind regards,
Diego
1 Like