Both of the tags below worked when I tried them a second time. I must have typed something wrong the first time I tried them.
#portfolio .portfolio-item img
#portfolio .thumb
The update coming out today will change this slightly. You’ll want to use something like:
.portfolio-view .entry-content img { border:2px solid #000 }
I have tried adding a border to the thumbnail quite a few way in the edit css and it still doesn’t seem to be working. What am I doing wrong?? My site is http://www.michellecrenny.com. This is what I’ve tried:
.portfolio-view #content .hentry {
border: 6px solid #000000;
}
.portfolio-image {
display: block;
margin-bottom: 15px;
border: 6px solid #000000;
}
#portfolio .thumb {
border: 6px solid #000000;
}
#portfolio .portfolio-item img {
border: 6px solid #000000;
}
.portfolio-view .entry-content img {
border: 2px solid #000;
}
This works for me:
.portfolio-view .hentry img { border: 10px solid #000; }
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support