Hi, Does anyone know how to add any customisation to the new Order Status page?
Specifically....
I would like to be able to change the Colour & Fonts
Also I have some custom text on my old Order Confirmation page, using this code:
} #confirmed-page {
p:nth-of-type(2):after {
content: "If you don't receive your order confirmation via email in the next hour, please check your junk or spam folder, and be sure to add us to your email safe list.";
display: block;
margin-top: 20px;
font-weight: bold;
}
}
Thank you