We have recently had default border removed from the Enfold Gallery element when using a big image above and smaller thumbnails below. But now want it back…as it looks better with bordered images.
I want them to look like this https://www.dropbox.com/sh/9nxpfsmknynvbgv/AADgnbvEdrchzBIKx5E7L8lva?dl=0
But they currently look like the webpage in private content
Any chance of giving me the code that Enfold uses by default and telling me what to remove or edit and from which file?
Hey craigriches!
Please remove following codes
#top div .avia-gallery .avia-gallery-big.fakeLightbox {
border-color: transparent;
padding: 0;
}
#top div .avia-gallery img.avia_start_animation {
border-color: transparent;
padding-left: 0px;
background-color: transparent;
}
from /css/app.css file
Regards,
Yigit
Hi Yigit
Thanks for the reply. Sorry to be a bit dim, but can you specify the full path I should look for, because I have searched everywhere and cannot file the app.css file in any subfolder called css.