Viewing 2 replies - 1 through 2 (of 2 total)
  • Beth Soderberg

    (@bethsoderberg)

    To add a border, you need to add the following CSS to your style.css file:

    a img {
    border: 1px solid #333333;
    }

    Plugin Author hahncgdev

    (@hahncgdev)

    Hi,

    Thanks Beth. To be more specific and only put a border around the gallery plugin thumbnails, you should use the following:

    a.wp-easy-gallery img {
    border: 1px solid #333333;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Easy Gallery: How to add border to thumbnails?’ is closed to new replies.