Apply shadow to buttons

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

[class*="ButtonBase__ButtonContainer-sc"] {
  box-shadow: 5px 3px 4px 0px rgba(34, 60, 80, 0.2);
}

A post was split to a new topic: Add shadow to toggles