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;
}
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;
}
HI Max.
Thanks for the code. There is a fade at the end of the vertical slider and carousel, when using the above code.
Hi there and welcome to the Community, @user21987 ![]()
Apologies for the delayed response!
Could you please send me a link to the page, where your widget is installed? I’ll be happy to check it for you ![]()
I’m having the same issue with the fade on mobile.
Hi there, @user21575 and @user21987 ![]()
I asked the devs to take a look at your timelines, and they applied this CSS code to them to remove the gradient:
.es-carousel-track-fog::before,
.es-carousel-track-fog::after {
background: transparent;
}
Please check your widgets now to see if it looks good to you ![]()