To change the color of prices in WooCommerce, follow these steps:
- Go to Superb Addons > Custom CSS.
- Add the following code:
.woocommerce-Price-amount * {
color: #162a2c !important;
}
Change the color code (#162a2c) to the desired color.
To change the color of prices in WooCommerce, follow these steps:
.woocommerce-Price-amount * {
color: #162a2c !important;
}
Change the color code (#162a2c) to the desired color.