Home › Forums › WoodMart support forum › Disable animation – Add to cart button
Disable animation – Add to cart button
- This topic has 5 replies, 2 voices, and was last updated 1 year, 3 months ago by Aizaz Imtiaz Awan.
Viewing 6 posts - 1 through 6 (of 6 total)
-
AuthorPosts
-
September 25, 2023 at 9:13 pm #499185
rafaelsartoribrParticipantHello, i want to disable the animation on add to cart button on shop archives. How to set to the” buy” word be fixed on desktop and mobile, without the cart icon animation?
September 26, 2023 at 10:37 am #499283
Aizaz Imtiaz AwanKeymasterHello,
Can you please share the WP admin login details of your site so I will check and give you a possible solution?
Best Regards.
September 26, 2023 at 3:16 pm #499368
rafaelsartoribrParticipantInformation above on extra information
September 26, 2023 at 4:43 pm #499405
Aizaz Imtiaz AwanKeymasterHello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.product-grid-item .wd-add-btn>a:focus span:not(.wd-tooltip-label), .product-grid-item .wd-add-btn>a:hover span:not(.woodmart-tooltip-label), .wd-hover-base:not(.product-in-carousel):not(.hover-width-small):not(.add-small-button) .wd-add-btn>a:focus span:not(.wd-tooltip-label), .wd-hover-base:not(.product-in-carousel):not(.hover-width-small):not(.add-small-button) .wd-add-btn>a:hover span:not(.wd-tooltip-label), .wd-hover-button .hover-mask>a:focus span:not(.wd-tooltip-label), .wd-hover-button .hover-mask>a:hover span:not(.wd-tooltip-label), .wd-hover-info-alt .product-actions>a:focus span:not(.woodmart-tooltip-label), .wd-hover-info-alt .product-actions>a:hover span:not(.wd-tooltip-label), .woodmart-hover-quick .wd-add-btn>a:focus span:not(.woodmart-tooltip-label), .wd-hover-quick .wd-add-btn>a:hover span:not(.wd-tooltip-label), .wd-hover-standard .btn-add>a:focus span:not(.wd-tooltip-label), .wd-hover-standard .btn-add>a:hover span:not(.wd-tooltip-label), .wd-price-table .wd-plan-footer .add-to-cart-loop:focus span:not(.wd-tooltip-label), .wd-price-table .wd-plan-footer .add-to-cart-loop:hover span:not(.wd-tooltip-label) { transform: none !important; } .wd-add-btn-replace .add-to-cart-loop:before { content: none !important; }
Best Regards.
September 26, 2023 at 4:47 pm #499407
rafaelsartoribrParticipantHello, this code dont work on mobile. The button on mobile now is empty.
September 27, 2023 at 10:23 am #499541
Aizaz Imtiaz AwanKeymasterHello,
Try to add this custom css code for desktop only because add to cart in mobile is already without animation.
Best Regards.
-
AuthorPosts
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to create new topics. Login / Register