Home Forums WoodMart support forum change the font color of a certain place

change the font color of a certain place

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #698097

    scorpions.henri
    Participant

    Hello, how can I change the font color of a certain place in the basket because the subtotal is too dark, the basket total too and the cost calculation text.

    Thanks

    Henri

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Can you please share the page URL so I can check and give you custom CSS code?

    Best Regards,

    #698257

    scorpions.henri
    Participant

    when an order is placed, in the basket, first when it is visible on the right, the basket does not have a blue background, and certain prices are in dark and when we display the basket the amounts are in dark as well as the paypal text.

    http://www.ordigraph.fr

    #698313

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Please add below Custom CSS code to Theme Settings > Custom CSS:

    /* Change basket totals text color */
    .cart-totals-inner .amount,
    .cart-totals-inner .shipping-calculator-button,
    .cart-totals-inner .cart-subtotal,
    .cart-totals-inner .order-total {
        color: #007bff !important; /* Replace with your desired color */
    }

    Best Regards,

    #698331

    scorpions.henri
    Participant

    Thank you, the subtotal remains in the basket window (photo attached) and the bottom of the basket menu – shopping cart on the right edge (photo attached) thank you again

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

    scorpions.henri
    Participant

    did you see my message? is there a solution? THANKS

    #699864

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Try to add this CSS to Theme Settings > Custom CSS > Global CSS.

    /* Cart item subtotal (inside basket items) */
    .woocommerce-cart-form__cart-item .amount {
        color: #007bff !important; /* Change to your preferred color */
    }

    Best Regards,

    #700225

    scorpions.henri
    Participant

    Hello, this does not work, I have attached a screenshot, we see that it is: “dis.wd-scroll-content” which has a transparent background and I would like it to have a colored background to be able to see the products in the basket.
    Thanks

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    For the inconvenience, Try to add this CSS to Theme Settings > Custom CSS > Global CSS to change the shopping cart background color. Change the color code as per your requirements.

    .cart-widget-side .wd-scroll-content {
        background-color: #847979 !important;
    }
    .cart-widget-side .shopping-cart-widget-footer {
            background-color: #808080 !important;
    }

    Best Regards,

    #700346

    scorpions.henri
    Participant

    Thanks

    #700349

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    You’re Most Welcome!

    Feel free to write back anytime. If you need further assistance, we are always here to help you.

    If you have a minute, we’d truly appreciate your feedback — it helps us improve the product and shape future updates more effectively. We’d love your feedback on our theme: https://tally.so/r/w4l54k

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘change the font color of a certain place’ is closed to new replies.