Home Forums Basel support forum Price Tag Colour and Size Reply To: Price Tag Colour and Size

#124440

Hello,

The code CSS which I provide would change the color of all the prices, including single product and sales. It is acceptable, add this code to the Theme Settings > Custom CSS > Global:

body .basel-hover-alt.purchasable .price .amount {
    color:red;
}

Best Regards