Add Frames to photos in Front Page - Portfolio section

How would I go about adding a white frame around each of my 4 photos in the Front Page - Portfolio section? See attached photos.

Thanks

Front page - Projects section that is.

hey there

Hope you are having a good day and thank you for your question :slight_smile:
Please add this CSSĀ in appearance - customize - additional CSS

.widget_illdy_project:first-child {
border-left: 5px solid white;
}

.widget_illdy_project {
border: 5px solid white;
border-left: 0px;
}

Thanks!
Colorlib Support Team

Mission accomplished. Much appreciated!

Hello,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support