Is it possible to make text blocks transparent so that they will work over image backgrounds?
Hi!
You could try doing this:
http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
And then add this to the Quick CSS:
.custom_avia_text_block{
background: transparent !important;
}
custom_avia_text_block would be the class applied to the Text block in question.
Regards,
Josue
That’s great, thanks.