Hi Support,
I have placed an image on the easy slider. It has a default black boder which I do not want.
I would like to remove the black border and position it, ideally to the top left corner with some padding around it.
Thanks in advance.
Hey!
Please firstly turn on custom CSS for field for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and then give your easy slider a custom class and then add following code to Quick CSS in Enfold theme options under General Styling tab
.your-custom-class .avia-caption-content p { background: transparent!important; }
.your-custom-class .avia-caption { bottom: auto; left: 17px; top: 17px; }
Cheers!
Yigit