Home Forums WoodMart support forum Sidebar Cart problem with Discount

Sidebar Cart problem with Discount

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #30363

    ramsdorfer
    Participant

    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.
    #30367

    Artem Temos
    Keymaster
    Xtemos team

    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

Viewing 2 posts - 1 through 2 (of 2 total)