Transparent Background in Timeline

I have a white background right now. And I want to make it transparent. That we only see the Box and Timeline and the Titel. Do you have a CSS-Code?

1 Like

Greetings and welcome aboard, @user23572 :wave:

We’ve added this code to the Custom CSS field on the Settings tab of your widget’s settings:

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

Check it out and let me know if you like the result :wink: