Tagged: border, easy slider
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.
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
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 :-)