Change color on order confirmation page
-
Hi,
How can I change the color of this box (see screenshot) on the order confirmation page?
Thanks for the support!
regards,
Bertrand
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached.
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.woocommerce-thankyou-order-received {
color: red;
}
Regards.
Xtemos Studios.
Hi,
Thanks for the quick reply. It works perfectly for the text but what about the box?
Thanks again!
Best regards,
Bertrand
Hello,
You are Most Welcome.
Please try adding the following Custom CSS to change the border color of the box you mentioned.
.woocommerce-thankyou-order-received {
border: 2px dashed red;
}
Then clear cache and check back.
Best Regards.
Hi,
This one dit not work. Any other suggestion?
Thank you very much for your patience.
Kind regards,
Hello,
Please remove the previous CSS and try adding the following in the Global Custom CSS area under Theme Settings >> Custom CSS.
.woocommerce-thankyou-order-received {
background-color: orange;
}
If you are trying to ask anything else then provide a relevant screenshot of the specific area in which you want to change the color to check it myself and help you out accordingly.
Regards.
Xtemos Studios.
Hi,
Not quite yet but almost there š
Screenshots for clarification.
Kind regards,
Hello,
You are trying to change the color of the border. Please try adding the following Custom CSS in the Global Custom CSS area.
.woocommerce-thankyou-order-received {
border: 2px dashed red;
}
You can set the color according to your needs.
If you are still unable then provide the admin panel login details of the website to check it myself and help you out accordingly.
Regards.
Xtemos Studios.
Most Welcome!!!.
Iām so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.
We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.
Thanks for contacting us.
Have a great day.
Topic Closed.
Best Regards.
The topic ‘Change color on order confirmation page’ is closed to new replies.