Home › Forums › WoodMart support forum › Shape of product button (add to cart) and variable price color won’t change › Reply To: Shape of product button (add to cart) and variable price color won’t change
October 19, 2022 at 12:17 pm
#414933
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.product-image-summary-wrap .summary-inner > .price .price,
.product-image-summary-wrap .summary-inner > .price .price .amount {
color: inherit;
}
In order to change the color of the price, you need to use the selector we provided above: https://prnt.sc/U3KTL_RMgAF9
Best Regards