Ability to color the layers in the structure panel

Hi @thomas

It would be really great if you added the ability to color layers in the structure panel. Layer coloring makes managing layers in the structure panel very easy and professional.

If you have worked with Photoshop, Photoshop offers this cool and great feature in the Layers section.

If you decide to add this awesome feature, it can be added as an option in the bricks > builder settings so we can enable or disable it.

1 Like

Hello, for now, until they automate it in the constructor, the solution I use is the following:
Put a CSS code in Settings/Builder

#bricks-structure .element.active .structure-item {
background-color: #1b6976;
}

You can watch my video where I show how it is done:

https://youtu.be/l29wM0p6eIg

Greetings

1 Like

See this:

Very interesting, thanks. Greetings :+1: