Hello, I’m trying to remove name and price that appear under products in mobile view ONLY on featured collections to make it resemble Boundless desktop view.
https://here-in-heaven.myshopify.com/?_ab=0&_fd=0&_sc=1
password: sheick
Hello, I’m trying to remove name and price that appear under products in mobile view ONLY on featured collections to make it resemble Boundless desktop view.
https://here-in-heaven.myshopify.com/?_ab=0&_fd=0&_sc=1
password: sheick
oh sorry for that issue, can you try this code
@media only screen and (max-width: 989px) {
.product-item {
margin-bottom: 0;
}
.product-item__meta__inner {display: none;}
}
@KetanKumar Thank you! That worked, the only thing is that it’s affected the shopping pages as well. Is there a way to make the code apply only to Featured Collection, not all Collection pages?
yes i can see its work as well if you have issue any page please send page url