• Resolved kjagen

    (@kjagen)


    I just want a plain black border on the thumbs in my post and pages.
    Where do I change this? Right now there`s a grey thick border

    I use INove

Viewing 1 replies (of 1 total)
  • Using the CSS classes associated with Gallery items is easiest..

    div.gallery
    dl.gallery-item
    dt.gallery-icon
    img.attachment-thumbnail

    Example:: (Style them how you need, this is just an example)

    .gallery * {
      border:none;
      width:auto;
    }
    .gallery-icon {
      padding:2px;
      border:1px solid #000;
      margin:0 2px;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Border on wp gallery’ is closed to new replies.