New Landing › How can we help? › Atelier › hide price and cart icons on mobile
You’ve put this css:
/* hide price out of stock items */ .outofstock .price{display:none}
Inside
@media only screen and (min-width: 768px) {
So it will only apply to screens above 768px
– Kyle
thank you.
Hi, You most welcome. Thanks Mohammad
You must be logged in and have valid license to reply to this topic.