Hi all,
Can anyone help me remove the up/down (add/subtract) option on the product hover option as seen on the screenshot below/attached? I’d like the “add to cart” button retained on the center of the product image upon hover.
Please help.
Website is: theoutdoorarmory.com
Theme: Xtra
Thanks,
Outdoor Armory
Hi, thanks for you reply. However, I do not use WooCommerce. I use Shopify.
Hi @outdoorarmory
- Go to Online Store → Theme → Edit code.
- Open your theme.css / based.css file and paste the code in the bottom of the file.
span.input-amount.semantic-input-initialized.input-amount-listening {
display: none !important;
}
Result:
If my reply is helpful, kindly click like and mark it as an accepted solution.
If you are happy with my help, you can help me buy a COFFEE
Thanks!
@outdoorarmory
Please share the screenshot of what you want!
Thanks!