How to change font in Pricing Table?

I’m trying to change the font from the default used in the pricing table to the correct fonts used on my website (DIN Condensed and Rockwell). Is there a way to do this?

Thanks!

2 Likes

Hi @Michael16, welcome to our forum, I’m really happy to see you here :hugs:

My apologies for the long wait, I’ll be happy to help you with the CSS code!

To change the font in the whole widget, please add the following code to Custom CSS field in your widget Appearance tab:

.eapps-pricing-table{
  font-family: Calibri !important;
}

Feel free to change Calibri to whatever font you need :slight_smile:

Please let me know if it worked!