Forums

[resolved] Border on wp gallery (2 posts)

  1. kjagen
    Member
    Posted 3 years ago #

    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

  2. t31os
    Member
    Posted 3 years ago #

    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;
    }

Topic Closed

This topic has been closed to new replies.

About this Topic