Okay
  Public Ticket #439176
Background Transparency
Closed

Comments

  • Roberto started the conversation

    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

  • Roberto replied

    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);

  • Roberto replied

    Now the transparency is ok

    thanks