This topic has 5 replies, 2 voices, and was last updated 1 years, 10 months ago ago by delidana188
Hello, I am using the current version of the xstore theme.I want the delete icon in the basket opened in canvas style to be non-animated and fixed thank you
Hello,
Please try to use the next custom CSS code:
.et-off-canvas .cart-widget-products li:not(:hover) .remove {
visibility: visible;
opacity: 1;
transform: none;
-webkit-transform: none;
}
Regards
unfortunately it still does not work, if there is no solution for this, I will stop working with this theme 🙁
Please change the code to:
.et-off-canvas .cart-widget-products li .remove {
visibility: visible !important;
opacity: 1 !important;
transform: none !important;
-webkit-transform: none !important;
}
Regards
you worked great..thanks <3
can you add my site to your references please..
Tagged: animasyon, disable, off-canvas cart, templates, woocommerce, wordpress
The issue related to '‘off-canvas-cart delete animasyon disable’' has been successfully resolved, and the topic is now closed for further responses