Mobile View on Boundless Theme: Removing Product Name and Price on featured collections

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

1 Like

@plnmh

oh sorry for that issue, can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
@media only screen and (max-width: 989px) {
.product-item {
    margin-bottom: 0;
}
.product-item__meta__inner {display: none;}

}
1 Like

@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?

@plnmh

yes i can see its work as well if you have issue any page please send page url