Dear support,
Please how can I remove the mouse over effect from the cart icon and show only the number of products inside the cart.
Thanks and regards.
Hey Louay,
Please provide a link to the site/page in question so we can look into this further.
Best regards,
Jordan Shannon
Hello Jordan,
I sent you the link in private.
My request that I dont want the drop liste of added items to be shown up when I mouse over the basket icon.
Regards.
Hi,
Thanks for the link, though I can’t see a list of item when hovering over the basket. Did you manage to find a solution?
Best regards,
Rikard
Yes actually i found a solution by css
do you propose a better one and it is OK i did this.
Regards
Hi,
The CSS solution is just fine.
Best regards,
Jordan Shannon
here is the css i used :
.dropdown_widget {
display:none !important;
}