Make widget background transparent

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

[class*='Background__Base-sc'] {
  background: transparent !important;
}
1 Like