This topic has 4 replies, 2 voices, and was last updated 9 months, 1 weeks ago ago by Rose Tyler
Hello,
how can have trash icon in popup cart always visible
Hello, Smartstart,
Thank you for reaching out to us with your query.
Kindly proceed by inserting the following code snippet into Theme options > Theme Custom CSS > Global:
.et-off-canvas .cart-widget-products li:not(:hover) .remove {
opacity: 1;
visibility: visible;
transform: none;
}
Should you require any further assistance, please do not hesitate to contact us.
Best Regards,
8Theme’s Team
Hello, is still hiding
I want it to be always visible
Hello, Smartstart,
We appreciate your prompt response.
We kindly request that you update the code as follows:
body .et-off-canvas .cart-widget-products li:not(:hover) .remove {
opacity: 1 !important;
visibility: visible !important;
transform: none !important;
}
Best Regards,
8Theme’s Team
You must be logged in to reply to this topic.Log in/Sign up