This topic has 4 replies, 2 voices, and was last updated 3 years, 9 months ago ago by Rose Tyler
How do i edit the topography of the checkout / payment page .
Hello,
Theme Options > Typography.
Or using Custom CSS code, describe the desired result in more detail and we will help you with the code.
Regards
Private
Hello,
Add the next code in Theme Options > Theme custom CSS:
.woocommerce-order-received .woocommerce-order-overview-wrapper ~ p {
background-color: #32ab2f;
}
.woocommerce-order-received .woocommerce-order-overview li strong,
.woocommerce-order-received .shop_table .amount,
.woocommerce-order-received .wc-item-meta li{
color: #555;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up