This topic has 2 replies, 2 voices, and was last updated 4 years, 6 months ago ago by Rose Tyler
I’d like to change font size and weight on order-received page. Espacialy for bank information.
Is that possible in theme?
Hello,
Add the next code in Theme Options > Custom CSS:
h2.wc-bacs-bank-details-heading,
h2.woocommerce-order-details__title {
font-size: 20px;
font-weight: 600;
}
h3.wc-bacs-bank-details-account-name {
font-size: 18px;
font-weight: 700;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up