This topic has 9 replies, 2 voices, and was last updated 8 months, 1 weeks ago ago by Clau8826
Hi,
On the modal mini cart that is flying from the left each item has a little animated trash can icon for removing it from the cart
The icon appears when you hover over an item
The problem is that on mobile it only appears only when you touch the screen somewhere near the item. And you need to touch somewhere around the product that will not just click on the product iself
Is there a way I can make the remove from mini cart icon be visible always and not just on hover
And also is there possible please to replace the trashcan icon with a simple X either an X icon or the text X
Thank you in advance!
Hello, Clau8826,
Thank you for reaching out to us with your query regarding the modal mini cart on your mobile site.
To address your request, kindly proceed by inserting the following code into your website’s theme settings. Navigate to Theme Options, then select Theme Custom CSS, and finally, paste the code into the Global section:
.et-off-canvas .cart-widget-products li:not(:hover) .remove {
opacity: 1;
visibility: visible;
transform: none;
}
.et-off-canvas .cart_list.product_list_widget li .et-remove-type2 img {
display: none;
}
.et-off-canvas .cart_list.product_list_widget li .et-remove-type2:after {
content: "X";
font-size: 18px;
}
Should you require any further assistance, please do not hesitate to reach out.
Best Regards,
8Theme’s Team
Hi
This changes the trash can to an X, thank you
But it is still only displayed on hover. So the main problem remains on mobile, the fact that there is no remove option displayed … until you touch the screen somewhere near where it should appear
So, the hover effect remains.
Can I make it please to always show ?
Thank you
Hello, Clau8826,
We appreciate your prompt response.
Could you please provide temporary wp-admin access?
Best Regards,
8Theme’s Team
Hi,
Thank you
I have added the logins in the private area
Also I have noticed that your theme already has an icon for X instead of the trash can 🙂 But it is hidden by the theme css. I did not find any option to switch to that icon
Please see these screenshots from browser inspect element
https://prnt.sc/iy-2EIiCnlsT
https://prnt.sc/SbLAzDVUq43R
you will see an with the class et-icon et-delete et-remove-type1 right before the trash can icon 🙂
but it has display none set by the theme
What I need to do:
1. Show the X ( non animated ) instead of the animated trashcan
2. On mobile always show the X and not just on hover please. This is important
If you need any additional info please let me know
Thank you !
Hello, Clau8826,
We appreciate your prompt response.
Per your request, we have implemented the custom CSS code. We kindly ask that you clear your cache to view the changes: https://prnt.sc/K0yraEkqczJx
Best Regards,
8Theme’s Team
Hi
It looks perfect and it works perfect on both desktop and mobile
Thank you very much for your quick help!
Claudiu
Hello, Clau8826,
You’re welcome!
Would you mind to rate our product – https://themeforest.net/downloads
We’d appreciate if you could take a moment to give us 5-stars on ThemeForest!
Best Regards,
8Theme’s Team
Hi,
I already rated it 5star a long time ago 🙂
The issue related to '‘Always show the remove/delete item button on the modal mini cart’' has been successfully resolved, and the topic is now closed for further responses