Make Pricing Table Button Text Bold using CSS

Hello - I am trying to make the button text bold in my pricing tables. Can you please let me have the CSS code for this please

Hello @Jason5 :wave:

Thank you for contacting us!

I am happy to provide you with a special CSS code to make the button’s font bold:

.eapps-pricing-table-column-button{
font-weight: bold;
}

Could you please check it and let me know if it helped?

Thank you! It works perfectly :slight_smile:

1 Like