Classic Pricing Table

Hi, i am trying to add text above the price.

for example i would like the “from” to be the same format as the interval section but above the cost

From
£15
per month

is this possible?

thank you,
Mark

Hey Mark,

Regretfully that would require custom Javascript or CSS. If you just wanted to add a common text above the price, you’ll need to something like this code:

jQuery('<span>FROM</span>').insertBefore('.x-price');

Change FROM in the code if you need a different word.

Hope that helps.

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