Okay
  Public Ticket #2106407
text box background transparency
Closed

Comments

  • planbdesign started the conversation

    Hi, 

    I have red text in a black back ground and i need to make the black box semi transparent. I change the settings in misc/other settings but the opacity effects the text and well as the black box. Where am i going wrong?

  •  110
    George replied

    Hi Planbdesign,

    Instead of using opacity, set it to 1, remove the background color of that layer and add the following code to the custom css field:

    background: rgba(0,0,0,0.5);

    Where 0.5 means that the black background color will be 50% transparent.

    Best Regards,
    George | Kreatura Dev Team