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