WordPress.org

Forums

NextGEN Gallery
[resolved] How and Where do I change the color of the borders on my thumbnails? (2 posts)

  1. kevingiffin
    Member
    Posted 1 year ago #

    I use a dark theme and the WHITE borders around all the thumbnails really annoy me. I can't find anywhere to change it in the NextGen options etc. WazzaH?

    http://wordpress.org/extend/plugins/nextgen-gallery/

  2. Toshi Yoshida
    Member
    Posted 1 year ago #

    In the nextgen style css file your using try changing this

    .ngg-gallery-thumbnail img {
        background-color: #FFFFFF;
        border: 1px solid #A9A9A9;
        display: block;
        margin: 4px 0 4px 5px;
        padding: 4px;
        position: relative;
    }

    to this

    .ngg-gallery-thumbnail img {
        background-color: #000000;
        border: 1px solid #A9A9A9;
        display: block;
        margin: 4px 0 4px 5px;
        padding: 4px;
        position: relative;
    }

Topic Closed

This topic has been closed to new replies.

About this Plugin

About this Topic

Tags

No tags yet.