Tagged: background, border, padding, simple slider
Hi @ all.
I’m looking for a quick CSS hint to add a similar padding, background and border to the simple slider like in the gallery.
Any hints?
Thx in advance ;)
Chris
Hi morecoffee!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-slide-wrap img {
padding: 7px;
border: 1px solid #e2e2e2;
}
Best regards,
Yigit
Hi Yigit.
Thx for your fast reply.
It works – but not in colored sections :(
I added a private link.
Hey!
try this for color section:
#av_section_1 {
padding: 7px;
border: 1px solid #e2e2e2;
}
Cheers!
Andy