Home Forums WoodMart support forum Shopping Cart Popout Window

Shopping Cart Popout Window

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

    KevCh8
    Participant

    Hi

    As per screenshot in yellow square, how can I change the price font color so it is clearly visible?

    Attachments:
    You must be logged in to view attached files.
    #709575

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Try to add the following custom css code in Theme Settings > Custom CSS.

    /* Change item prices and total price color in mini-cart */
    .cart-info .woocommerce-Price-amount.amount, 
    .woocommerce-mini-cart__total .woocommerce-Price-amount {
        color: #ffffff !important; /* Replace #000000 with your desired color */
    }

    Best Regards,

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