Change of the price color in the pricing table

Hi
How to change the price color of the pricing table. Can you help with the additional code required

Hi there,

The custom CSS should be:

.x-pricing-column-info .x-price {
    color: #EFEFEF;
}

Please feel free to change the color value.

You can find more info on how to check for CSS selectors here.

Then information about writing your custom CSS here.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.