Change color of product price & total in popup cart

This topic has 4 replies, 2 voices, and was last updated 7 years, 5 months ago ago by Rose Tyler

  • Avatar: cherbst
    Christian
    Participant
    November 15, 2016 at 10:25

    Hi,

    The price & total amount is white (as the background) when hovering over the popup cart in the upper right corner.

    And while you check it I want to have a space between price and currency (you fixed it before but there have been som updated recently).

    Best,
    Christian

    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 15, 2016 at 10:33

    Hello,

    Please, add this code in Custom CSS:

    .shopping-cart-widget .totals .pricedisplay > span {
        color: black !important;
    }

    Regards,
    Rose Tyler.

    Avatar: cherbst
    Christian
    Participant
    November 15, 2016 at 11:03

    Thanks,

    The code did only affected the totals. Not the product price if listed.

    Also: Any code to get general spacing between amount and currency? (In Chrome it is no space showing).

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 15, 2016 at 11:22

    Hello,

    Please, change previously css code to the following:

    .cart-popup span.woocommerce-Price-amount.amount {
        color: black !important;
    }

    Also, provide a screenshot for our better understanding where exactly you want to change spacing.

    Regards,
    Rose Tyler.

  • Viewing 4 results - 1 through 4 (of 4 total)

The forum ‘TheLeader Support Forum’ is closed to new topics and replies.

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.