I can’t figure out how to removed the border from the gallery images on this page (and on all my pages): https://www.flylanddesigns.com/t-shirt-design-2/
I don’t want any styling at all on the gallery images.
I’d love to get rid of the load animation too.
Seems like it should be pretty simple, I’ve tried messing around with the Quick CSS, but nothing’s working.
Hey flylanddesigns,
I don’t see a border on the gallery images, perhaps you have solved that, but for the load animation,
Try this code in the General Styling > Quick CSS field:
.avia_transform .avia-gallery-thumb img.avia_start_animation {
-webkit-animation: none !important;
-moz-animation: none !important;
animation: none !important;
opacity: 1 !important;
}
Best regards,
Mike