Hi again,
Is it possible to change the background color of a layout element? I have blog posts inside a 1/3 column layout element on this page
http://www.glennbrassington.com, (no sidebar template) and want the blog posts to have a different background then the content area. Thanks!
-Pelyon
Hi pelyon!
You can turn on custom css fields for all of the layout elements and then add a class with a background color: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
For example: add the class name custom-red-background to the new field and then this css to your Quick CSS:
.custom-red-background {
background-color: #F00;
}
Regards,
Devin