Skip to content

Instantly share code, notes, and snippets.

@tokopress
Created August 11, 2016 00:22
Show Gist options
  • Save tokopress/d2bf3e2cc66d878b62c55a951e526cb0 to your computer and use it in GitHub Desktop.
Save tokopress/d2bf3e2cc66d878b62c55a951e526cb0 to your computer and use it in GitHub Desktop.
Marketica - Hide product hover effect on mobile
@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