Hi,
I’d like to add some background colour (#C5C5EB) for the 3 columns created by the advanced Layout Editor.
See here: http://www.facialfitnessworkout.co.uk/facial-fitness/
Also, is it normal that the content I see in the advanced editor doesn’t show when switching to the default editor?
Thanks,
Susanne
Hey sumason!
Thank you for using Enfold.
Yes, you can’t switch between the Default Editor and the Advance Layout Builder. Regarding the background, add a unique selector to any elements on the advance layout builder except for column layouts. Refer to this link for more info:
http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Edit the text blocks inside the columns then scroll below. Add a unique css selector on “Custom Css Class” field. For example, add “text-bg”.
You can add something like this on your custom.css or Quick CSS:
.text-bg {
background: #C5C5EB;
padding: 10px;
}
Cheers!
Ismael
Hey Susanne!
You need to put it this way:
http://screencast.com/t/Lf9aCbUWt
Then put the code in Enfold > General Styling > Quick CSS:
.text-bg { background: #cdb9fa; padding: 10px; }
Cheers!
Josue
That’s very helpful, Josue – thank you so much!
Susanne