Home Forums WoodMart support forum How can I change the color of order confirmation

How can I change the color of order confirmation

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #137538

    Dhomart
    Participant

    How can I change the color of order confirmation? Please check the screen shot

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

    Hello,

    You can change the font by means of Advanced typography option, which allows to choose the item from a drop-down or insert your custom CSS class. Please navigate to the Theme Settings > Typography > Advanced Typography.

    Here is the documentation providing more detailed instructions: https://xtemos.com/docs/woodmart/advanced-typography-settings/

    Best Regards

    #137713

    Dhomart
    Participant

    Thanks, so in my case, which element should I assign the change?

    #137827

    Hello,

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

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

    Set the styles as per your needs or use this selector.

    Best Regards

    #137912

    Dhomart
    Participant

    Thanks, it worked on the text, but the square line color no changed, is it possible to change the line color too?

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

    Dhomart
    Participant

    Solved, thanks

    #137966

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

    Best Regards

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