Could you please let me know what the correct css is as i cannot seem to change it.
Thank you.
Could you please let me know what the correct css is as i cannot seem to change it.
Thank you.
Hi Eileen,
Please add an ID on element ID field like my-pricing. Then add the following CSS on page custom CSS:
#my-pricing .x-interval{
font-size: 25px
}
The following might help:
Hi Lely
That didnt work - maybe I have something else stopping it.
Thanks for the code - I just was not sure what that bit was called.
Kind regards
Hello Eileen,
Thanks for updating the thread.
Please make sure to add the ID to Pricing table element.

After that try following CSS code under X/Pro > Theme Options > CSS:
#my-pricing .x-interval {
font-size: 25px !important;
}
Thanks.
Hi Prasant
Thank you
Kind regards
You’re most welcome!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.