Home Forums WoodMart support forum Change Color of "Thank You" Notice after Purchase

Change Color of "Thank You" Notice after Purchase

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #145344

    Cris
    Participant

    Hello,

    For some reason, after a purchase, the text “Thank You. Your Order Has Been Received.” appears in a green color. We have not defined any shade of green within the theme to my knowledge. How can I change the color of this text? See screenshot.

    Also, how can I change the text within that notice?

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .woocommerce-thankyou-order-received {
        border: 2px dashed red;
        color: red;
    }

    Replace the color as per your needs.

    Best Regards

    #145403

    Cris
    Participant

    Great, that worked! Nice and easy!

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

The topic ‘Change Color of "Thank You" Notice after Purchase’ is closed to new replies.