Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #308256

    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.

    #308257
    This reply has been marked as private.
    #308271

    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

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.