Tagged: icon box, transparent
Hi,
I use a colorsection with icon boxes. Now I would like to make the Icon boxes transparent.
(http://www.scheibentoenung-wien.at/enfold/kontakt/)
How can I do that?
Best regards,
Alex
Hi AdDesign!
You can add this on Quick CSS or custom.css:
.page-id-2449 .main_color.iconbox_top .iconbox_content {
background: rgba(255,255,255,.8);
}
For further customization request, please visit Werkpress.
Best regards,
Ismael
That worked great! Thanks!