How can I change the color of order confirmation
-
How can I change the color of order confirmation? Please check the screen shot
Attachments:
You must be
logged in to view attached files.
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
Thanks, so in my case, which element should I assign the change?
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
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.
You are welcome! If you have any questions please feel free to contact us.
Best Regards