Site logo

Archived topic

gallery / thumbnail image border color

3 replies · Started by elguavas on March 27, 2015

Viewing posts 1–4 of 4

hi, i'll have a hunt through the css for how i can change this, but gallery/thumbnails (and just thumbnails in a couple of other places) always show with a thin white border which looks wrong on my dark theme.

is it possible or desirable to include this in the extra colors add-on?

thanks.

WordPress adds that border for some reason, super annoying.

This CSS should remove it:

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

great thanks, works fine.

You're welcome :)

This archived topic is closed to new replies.