Hello how can I do a text box with a color background. I tried using the color section within a 1/2 section but it is not working.
Thanks
Hi svetkol!
Please firstly turn on Custom CSS field for ALB elements ( please see – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and give your text block element a custom CSS class. Then add following code to Quick CSS in Enfold theme options under General Styling tab
.your-custom-class { padding: 10px; background-color: red; }
Cheers!
Yigit
Thanks