Change background color of container behind the logo in the wheel

Add this code to the Custom CSS field on the Settings tab of your Spinning Wheel widget’s settings:

[class*='cap__Container-sc'] {
  background: black;
}
1 Like