Created
August 11, 2016 00:22
-
-
Save tokopress/d2bf3e2cc66d878b62c55a951e526cb0 to your computer and use it in GitHub Desktop.
Marketica - Hide product hover effect on mobile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@media (max-width: 460px) { | |
.woocommerce ul.products li.product.product-hover .add-to-cart-loop-wrap, .woocommerce-page ul.products li.product.product-hover .add-to-cart-loop-wrap { | |
display: none; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment