Text color on price element

Hi. On this page : http://ridhus.lasatter.se/ridhuskort/
How do I change the color of the text in the price box? I know that I can change it in the actual editor - but is there a way to change it more globally?

Tomas

Hi Tomas,

Please add this code in the Global CSS area of the Theme Options:

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

Please change the color value in the code.

Hope this helps.

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