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

#414933

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