Comments planbdesign started the conversationAugust 6, 2019 at 10:06amHi, 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? 137George repliedAugust 6, 2019 at 7:58pmHi 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 Sign in to reply ...
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?
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