Hi,
I would like to put a text box on top of a picture, but the text is barely readable. How can I make a textbox that has a colour or is semi-transparent ?
Best
Niels
bump – anyone ?
Hi!
Please turn on custom CSS field for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and then give your text block element a custom CSS class ( i.e.: your-custom-class ) and then add following code to Quick CSS in Enfold theme options under General Styling tab
.avia_textblock.your-custom-class { background-color: rgba(255,255,255,0.5); padding: 10px; }
Best regards,
Yigit
Thank you :)