Home Forums WoodMart support forum Thank tou message colour

Thank tou message colour

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #151189

    wajdi123
    Participant

    Hello,
    How can I change the color of thank you a message when order is complete.

    #151226

    Hello,

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

    body .woocommerce-thankyou-order-received {
        border: 2px dashed red;
        color: red;
        font-weight: 600;
        font-size: 22px;
        line-height: 1.4;
    }

    Replace the color as you need, and remove the last three lines if you do not want to change text size https://prnt.sc/plwpfr

    Best Regards

    #151309

    wajdi123
    Participant

    Great thank you 🙂

    #151342

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Thank tou message colour’ is closed to new replies.