Comments Roberto started the conversationMay 20, 2015 at 7:35amHi, I'm trying to set the background transparency, but there's no transparency at all, or the transparency goes to the text instead of the background.I'm using the "medium_bg_asbestos" class.I also tried setting the background color to - background-color: rgba(0,0,0,0.4); but it didn't work.When I'm editing the layer, it shows correctly, but when I save and open the website the background is grey.Could you help me ?Thank youRobertoRoberto repliedMay 20, 2015 at 7:54amI just figured out that I should also set the \"background\" property.background: rgba(0, 0, 0, 0.4); background-color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0.4);Roberto repliedMay 20, 2015 at 7:57amNow the transparency is okthanks Sign in to reply ...
Hi,
I'm trying to set the background transparency, but there's no transparency at all, or the transparency goes to the text instead of the background.
I'm using the "medium_bg_asbestos" class.
I also tried setting the background color to - background-color: rgba(0,0,0,0.4); but it didn't work.
When I'm editing the layer, it shows correctly, but when I save and open the website the background is grey.
Could you help me ?
Thank you
Roberto
I just figured out that I should also set the \"background\" property.
background: rgba(0, 0, 0, 0.4);
background-color: rgb(0, 0, 0);
background-color: rgba(0, 0, 0, 0.4);
Now the transparency is ok
thanks