Never mind. Once I updated my theme I was able to use the Simple Full Screen Background Image plugin. Never play with your php!!
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;
}