Hey!
Is it possible to add a border to some images and not to others? Seems the only options are Default, Circle or No Styling.
Hi jimjiber!
Please turn on custom CSS field for ALB elements- http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and give your image elements that you would like to have bordered a custom class and then add following code to Quick CSS in Enfold theme options under General Styling tab
.your-custom-class img { border: 5px solid orange !important; }
Regards,
Yigit
Thanks man.
Why is that hidden in the first place? Strange.