This topic has 6 replies, 3 voices, and was last updated 3 years, 1 months ago ago by Olga Barlow
How do i change the font and colour on the order status page. I want to change bank details colour and font.
Hello,
Please provide screenshots and URL. Use Gayzo or Lightshot screenshot tools to make and share screenshots.
Regards
private
Hello,
Custom CSS code can be used. For example:
.woocommerce-order-received .woocommerce-order-overview li strong, .woocommerce-order-received .shop_table .amount, .woocommerce-order-received .wc-item-meta li {
color: white;
}
add the code in Theme Options > Theme custom CSS.
To find out classes, inspect code using inspector tools.
Open a web page in Google Chrome. Either:
-Select the Chrome menu at the top-right of your browser window, then select Tools > Developer Tools.
-Right-click on any page element and select Inspect Element.
The DevTools window will open at the bottom of your Chrome browser.
Regards
private msg
Hello,
Provide us with link to your order details page. What color of the font do you want o use there?
Regards
You must be logged in to reply to this topic.Log in/Sign up