Hi,
At the moment the icon box here (Website) is completely transparent. I want a light blueish transparency (0.6). how can I change this?
Hey haschkeks6696,
Unfortunately it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However if its really important for you to get this done, you can always hire a freelancer to do the job for you :)
Best regards,
Basilis
Isnt there a way with quick-css?
Hi,
use this code inside Quick CSS field:
.iconbox_icon.heading-color {
background: rgba(147, 182, 197, 0.6) !important;
}
and adjust the color as needed.
Best regards,
Andy