Timeline: ability to change the background color

I’m unable to customize the background color in the Timeline app. It would be great to have this option.

2 Likes

Hi @user23361 welcome to community :clap:
Currently, you can only help yourself with custom CSS code.

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

[class*="WidgetBackground__Content-sc"]{
  background:#eee !important;
}

Please try it out and let me know if you like the result

1 Like

That worked, thank you!

2 Likes

Do you have a css line for the text color on the timeline widget? Chat GPT CSS is not working haha

2 Likes

Hi @user23361

Follow the link. Max has already done some preliminary work. Here are all the CSS classes for the font. Test which ones you want to change and replace font-size with color.

Change font size of all widget elements

1 Like

Hi there, @user23361 :wave:

Thanks for sharing the idea! We agree that it would be awesome to have this option in the settings. If more users upvote this request, it might be considered in the future :slightly_smiling_face: