0Hours
0Minutes
0Seconds
Limited time offer: Up to 40% Discount
Back to knowledge base

How do I change the color of prices in WooCommerce?

To change the color of prices in WooCommerce, follow these steps:

  1. Go to Superb Addons > Custom CSS.
  2. Add the following code:

.woocommerce-Price-amount * {
color: #162a2c !important;
}

Change the color code (#162a2c) to the desired color.