How to set transparent color to layout in dynamic component?

How to set transparent color to layout in dynamic component?

bild

We don’t have it

If you are using dynamic components extension you can use color utilites

Note that if you are using color utilities transparency is set after # and not in the end for example # 6E 21A3F2 sets transparency to 43%

See Hexadecimal color code for transparency

2 Likes

Is possible to set transparent color in blocks without dynamic component extension?

With Kodular’s dynamic components no.

No. I want to set transparent color to normal horizontal layout in blocks

Two ways,

Also read Colors - Kodular Docs

thank you…

1 Like

If you are using json to create dynamic components extension and wanted to use transparent background color, then you could try using color integer as 16777215. An example is given below:

"BackgroundColor": 16777215

I was able to get this after I exported my screen (with a component with transparent background) and then used their schema generator by the extension developer to generate template. Hope someone will find it useful.