I'm having trouble changing the gallery image borders on Weebly. The client prefers using Weebly for easy backend editing once the design is in place, so I need to work within these parameters. Usually, I can make most code edits easily...but this issue has me stumped!
To modify the border style of regular images on Weebly, you can use the following CSS code snippet. Since the site uses wrapping borders, you will need to change "none":
.wsite-image.wsite-image-border-none img{
border: 3px solid #000 !important
}
I've been trying different permutations with the gallery code, including classes like galleryimage
and galleryimageinnerwrapper
, but nothing seems to be working!
You can view the page I'm working on at . Check out the "ION Milling Page" where the gallery I'm tinkering with is located at the bottom of the page.