Hi.
Great theme. I’ve been all through the style settings, but can’t find a way to have a different background colour in text boxes. Do I need to use custom css?
Regards – Raphe
Hi Raphe!
Thank you for choosing Enfold! :)
Please turn on custom CSS field for Advanced Layout Builder elements ( please see – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and then give your text block a custom CSS class and then add following code to Quick CSS in Enfold theme options under General Styling tab
.your-custom-class { background-color: red; }
Cheers!
Yigit