Home › Forums › Trusted Pro › Trouble on mobile devices › Reply To: Trouble on mobile devices
June 5, 2018 at 4:16 pm
#4917
Andy
Keymaster
Or if you don’t want to try that, try completely removing the add to cart button from the equation, and see if it improves the user experience when tapping the product thumbnail.
@media screen and (max-width: 768px) {
.woocommerce ul.products li.product .button.add_to_cart_button,
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product:hover .button.add_to_cart_button,
.woocommerce ul.products li.product:hover .button {
display: none;
}
}