Archived topic
Border around of images in the footer
1 reply · Started by Robert on December 16, 2019
Viewing posts 1–2 of 2
Hi
its passible to make a color border around of the 6 images in the footer ?
Hi there,
try this CSS:
.inside-footer-widgets .gallery-item img {
border: 1px solid #fff;
}
This archived topic is closed to new replies.