I see a thin grey border around the one portfolio thumbnail on your homepage:

Can you let me know if you’re all set or if there’s something you still need help with? Thanks!
Hi Kathryn
Yes I finally figured it out using a plug-in. I wish there was an easier way but it is what it is. Thank you so much!
Glad you got it sorted! Just so you’re aware, you don’t need a special plugin just to add borders. I see that you’re already using a custom CSS plugin, so you could add custom CSS to your existing custom CSS editor, if you prefer to eliminate the borders plugin. This CSS should do it:
.project-navigation-wrapper .entry-thumbnail img, .page-template-portfolio-page-php .entry-thumbnail img, body.archive[class*="jetpack-portfolio"] .entry-thumbnail img {
border: 1px solid #d8d8d8;
}
Where would I place the code? I tried putting it in the Custom CSS and it didn’t work.
wait nevermind! it did! The code was messed up when I placed it. Instead of “, it wrote out "e..
THANK YOU KATHRYN!! you’re awesome sauce!
whoo!
Wonderful! Glad that did the trick!