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?
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?
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;
}This topic has been closed to new replies.