Hi,
I would like to make diapositif text blocks; f.e. white text in a blue background. Not in the fullwidth colour section, but in 1/3 or 1/4 .
Could you please tell me how I can do this?
Kind regards,
John Niemeijer
Hi johnniemeijer!
Please turn on custom CSS field for ALB elements – kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
and then give your text block element a custom class and then add following code to Quick CSS in Enfold theme options under General Styling tab
.avia_textblock.your-custom-class { background-color: orange; padding: 10px; border-radius: 5px; }
Cheers!
Yigit