Joshua P. answered 04/14/19
Unity Video Game and Tool Programmer
Hello,
Your assessment is correct. You need to set a transparent background color rather than setting the transparency on the element overall.
You can use one of two different values for background color:
Some browsers also support a special type of hex value with two additional characters where the two added ones are for alpha:
rgba() is supported in more browsers (the latter at least recently didn't work in Edge), so I recommend using rgba().