sacredpath
(@sacredpath)
Automattic Happiness Engineer
Hi @st3vie, the following CSS will remove the borders from the portfolio projects on the main page.
.portfolio-projects .jetpack-portfolio {
background: none;
}
If you wish to tighten up the spacing around the portfolio project images on the main page, add a padding declaration and adjust as desired. Originally the padding is 20px.
If you have not yet done so, I would suggest creating a child theme so that any customizations you make will not be overwritten by a future theme update. Alternately you can use the Edit CSS function in the Jetpack plugin, or use one of the other Custom CSS plugins that will keep CSS changes from being overwritten.
Child Themes
Child Theme creation plugins
Jetpack plugin
Custom CSS plugins