Hello,
In my website all the price are red. I use css to change it but I have to select every price of every product one by one, total price, subtotal,… one by one and change it in CSS because if i put only this it doesn’t work :
.woocommerce-Price-amount.amount {
color: #023441 !important;
}
Please do you have a solution to change the color for all the product, checkout page,… in one time?
Many thanks!