How to set transparent color to layout in dynamic component?
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%
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
thank you…
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.