Change background color and text color of toggle caption

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

.es-toggles-caption {
background: red!important;
color: white;
}