Home Forums WoodMart support forum Order completed page

Order completed page

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

    tolik1997gt
    Participant

    Please tell me how to change the color of the notification that the order is completed? I want to change the color from green to blue #2c9af4 photo attached

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

    Hello,

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

    .woocommerce-thankyou-order-received {
        color: #7A9C59;
    }

    Best Regards

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