Hi,
How do I achieve a color box with text inside. Please see mockup for green section with text “Since 1963 the student body has grown from 15…”
I have created 2 half columns but I dont want to entire half to cover green but just a box inside of it, please advise.
Comp – https://s32.postimg.org/un0xvp36t/about.jpg
My Page – http://staging.wsmsnyc.org.s167849.gridserver.com/about/
Hi navindesigns!
Please turn on custom CSS field for ALB elements – kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then add Text Block element to that section with a custom CSS class and then add following code to Quick CSS
.your-custom-class { padding: 10px; background: green; }
Regards,
Yigit
that works
thank you