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

    How can I put a small border around the easy slider? Some of my images have white backgrounds and the slider looks odd when they show.

    #138174

    Hey!

    You can try following css code:

    .avia-slideshow {
    border: 3px solid #333;
    }

    Insert it into the quick css field and change the border color (#333) and width value (3px) if necessary.

    Regards,

    Peter

    #138175

    Perfect!! My god I tried everything to find the correct CSS with chrome dev tools.

    I now see where is it. I was thinking it was the wrap. Thanks again. Another step to finishing the site :-)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Easy Slider Border’ is closed to new replies.