[Resolved] gallery / thumbnail image border color

Home Forums Support [Resolved] gallery / thumbnail image border color

Home Forums Support gallery / thumbnail image border color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #92376
    elguavas

    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.

    #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;
    }
    #92413
    elguavas

    great thanks, works fine.

    #92416
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.