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:

[class*="toggles__Toggle-sc"] {
background-color: red !important;
color:white;
}
1 Like