Hi,
Can somebody help me with this? I have seen the old answers for this topic but there is a new coding and can`t find the solution here.
Thanks for your help.
Hi,
Can somebody help me with this? I have seen the old answers for this topic but there is a new coding and can`t find the solution here.
Thanks for your help.
Hello There,
Please share your store URL.
So that I will check and let you know the exact solution here.
Here is the URL , thanks https://ekszerstudio.com/
Gray background on products are just in mobile version.
Hello There,
.collection-collage__item-wrapper .collection-grid__item-overlay:after {
display: none;
}
Please add the following code at the bottom of your assets/theme.scss.liquid file.
.collection-collage__item-wrapper .collection-grid__item-overlay:after {
display: none;
}
Thanks!
Had the same issue.
This worked for me! Thank you.