Hi there :)
Is it possible to add a padding with a background color and a thin border to the easy slider like this is done in the “gallery”?
Sample: http://h2086166.stratoserver.net/gallery.jpg
Thanks in advance :)
Cheers
Chris
Hey morecoffee!
Please add following code to Quick CSS in Enfold theme options under Styling
#top div .avia-gallery .avia-gallery-big { background-color: red; }
#top div .avia-gallery img { background-color: yellow; border-color: blue; }
Best regards,
Yigit
Hi Yigit.
Thanks for your reply. But this changes the color in the Gallery, that’s not what I meant ;)
I mean the Easy Slider which has no border or padding by default.
Thanks :)
Hello!
My bad :) Please change it with this one
.avia-slideshow li img { padding: 5px; background-color: red; border: 1px black solid; }
Regards,
Yigit
Thank you, Yigit :)
That did the trick ;)
Can be marked as solved.
Cheers
Chris