0
PetruS
Hello i have a problem on my web site with WCPS add to cart button, when i push the mouse on the button seenig the number 5, and i don't know what i have to do... to desapear this <5> number, from the button cart,
Please help me, my website is https://art3xpo.ro/
2 Subscribers
Submit Answer
2 Answers
Best Answer
0
Welcome to our forum.
I have checked your link, i can see this is your theme issue, please see the screenshot.
http://imgur.com/a/FLsWs
you could add following CSS to fix the issue
.wcps-container .wcps-items-cart a::after { content: ""; }
Regards