/* Start */
.grid-product__price {position: relative; bottom: -15px;opacity: 0;}
.grid-product:hover .grid-product__price {bottom: 0px;opacity: 1;}
/* End*/
Please guys How can I make this code effective only on desktop?
I want the prices to be simply displayed on the mobile version.
My website : https://93pz2de4x1u8o6zs-47455862950.shopifypreview.com
thank you in advance!