Sidebar Cart problem with Discount
-
I have a problem with the sidebar cart. After a discount the theme creates a sort of button around the new price in the same color as the amount font, which makes it totally invisible. (i tried multiple plugins: same problem). I tried changing the colors of buttons in the customizer of woodmart theme but nothing seems to help.
is there a CSS trick I can execute (e.g. make the color of new price WHITE) or can I just remove the button all the way in simple way?
Thanks in advance!
Attachments:
You must be
logged in to view attached files.
Hello,
Thank you for contacting us.
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.cart_price ins {
background-color: transparent;
padding:0;
}
Kind Regards
XTemos Studio