hi, I’d like to add a background colour to a text box – so i can achieve white text on an orange background. I’ve tried adding a colour block but it only seems to stretch across 100% of the page… how do I get it to do a 3rd of the page?
http://www.yogamanyee.com/test-site/
thanks for your help.
Hey sarahed!
Please firstly turn on custom CSS field for Avia Layout Builder elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
then add following code to Quick CSS in Enfold theme options under General Styling tab
.your-custom-class { background: orange; color: white; padding: 10px; }
Cheers!
Yigit
Many thanks Yigit, that worked perfectly :)