how can i add a 1px grey border to all images in my gallery here: https://imgur.com/a/7T1Ps
Greetings, Alexander
Hey diefleischerei,
Add the following to quick css;
.first_thumb.avianolink.noLightbox{
border:1px solid grey!important;
}
Best regards,
Jordan Shannon
Thank you Jordan, but this is not the look i want :) it looks like this: https://imgur.com/a/S0ox5 and i want to get this look:; https://imgur.com/a/q4lEi
Hi,
Try the following instead:
img.avia_start_animation{
padding: 0px!important;
border: 1px solid grey!important;
}
Best regards,
Jordan Shannon
Great Jordan. Works – but now i lost the space between the images. there was a space of 10px or so…..
https://imgur.com/a/3sEO3
Hi,
Add this to quick css:
a.first_thumb.avianolink.noLightbox{
padding:5px 0!important;
}
Best regards,
Jordan Shannon
CLOSED THANKS: