I created a simple function that aims to change the opacity of a block from 100 to 50 by using a variable.
I tested the function and there is a problem : the opacity of my block doesn’t change…
All the parts of my blocks work individually but not when I put them together…
What is the starting rgba value for that group’s background color?
Just to be clear: setting the opacity for a group is only going to affect the background color of the group. It’s not going to affect the components inside the group. At least that’s my assumption based on what I know about groups. It would be nice if it did affect all embedded components.
Can you post a link to a simple project that demonstrates the issue you’re seeing?