Category: How do I do X?
Updated

This solution is summarized from an archived support forum post. This information may have changed. If you notice an error, please let us know in Discord.

Tabs widget : Background color

Issue

I want to change the background color of the Tabs widget, but it's not currently possible. However, a workaround is to add a container widget inside a tab and give it a different color.

Resolution

The current out-of-the-box Tabs widget in the platform does not allow users to change the background color of the tabs themselves. However, a workaround solution would be to place a container widget within each tab and apply the desired background color to the container instead.

To implement this solution, simply add a container widget to each tab and adjust its color in the properties panel. You can then add any other widgets or content you wish to display within that tab inside the container.

An example implementation of this solution can be seen in the attached screenshot, where a blue container widget has been added to the first tab to give it a colored background.