Increase font size in Interval space for pricing table

My client wants to increase the font size of the interval section of the pricing table. How do I do that?

@kaleomedia try this custom CSS

.x-interval {
    font-size: 17px;
}

Thanks. Unfortunately that doesn’t work.

This worked

.x-pricing-column-info span.x-interval {
font-size: 23px;
}

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