Reply To: gallery / thumbnail image border color

Home Forums Support gallery / thumbnail image border color Reply To: gallery / thumbnail image border color

Home Forums Support gallery / thumbnail image border color Reply To: gallery / thumbnail image border color

#92411
Tom
Lead Developer
Lead Developer

WordPress adds that border for some reason, super annoying.

This CSS should remove it:

.entry-content .gallery .gallery-icon img {
    border: 0 none !important;
}