Home › Forums › WoodMart support forum › Invoice and Shipping address titles color › Reply To: Invoice and Shipping address titles color
March 20, 2020 at 1:30 pm
#181259
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.woocommerce-Address-title .edit,
.woocommerce-Address-title > h3 {
color: rgba(255,255,255,.8)!important;
}
Best Regards