Change background and text color of toggle buttons

Add this code to the Custom CSS field on the Appearance tab of your Pricing Table widget’s settings:

.eapps-pricing-table-toggle-item-name{
background-color: red !important;
color:white;
}