Hello, how can I change the background of a text box without a color section ? If for example I’ve to create a 1/2 section with text and a red background ?
Thxs for help :)
Hey rgmotion!
Please turn on custom CSS field for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and give your element 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; padding: 10px; }
Cheers!
Yigit