This topic has 2 replies, 2 voices, and was last updated 4 years ago ago by Rose Tyler
I am having an issue with the font colours after an order has been placed at my webshop. The colours are as such that parts of the text cannot be read. With the following link you can see a picture of this.
Do you know the costum css code to fix this? If you cannot enter this page due to not being able to acces it without placing an order, I can send the ‘Chrome inspector’ code to you, which might help identify the parts of the code that need to be changed.
Or you could use this link:
https://www.billyswardrobe.nl/checkout/bestelling-ontvangen/6642/?key=wc_order_Ar0LhHEqXFGk4
Thanks again for the great support!
Hello,
You can use this custom CSS code:
.woocommerce-order-details tfoot th, .woocommerce-order-details tfoot td:last-child {
color: white;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up