Avada › Forums › Community Forum › How to hide “add to cart” on hover over product
Tagged: woocommerce, hover, add to cart
-
AuthorPosts
-
Hi! Hoping someone might have the answer to this.
I want to hide the “add to cart” text when hovering over a product. I would like to keep “Quick View” and “Select Options”. I cannot figure out how to target the ‘add to cart text’ only through CSS. I’m able to get rid of all text, but my client would like to keep quick view and select options…
Thanks!!
AnnaHi @avue-design
You have active support, and our support team does not provide support via the community forum. If you need assistance, please create a support ticket using the link below, and our support team will gladly assist you.
Click Here To Get Avada Support
Thank you kindly
Hi Michael, Yes I just renewed and received the answer.
For anyone looking to hide ADD TO CART on hover:
.add_to_cart_button, .fusion-rollover-linebreak {
display: none !important;
} -
AuthorPosts
- You must be logged in to reply to this topic.