Hi,
Please could you let me know where I can amend CSS to remove the borders on the portfolio grid.
Thanks
Hi pureoption,
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#top .grid-entry .inner-entry {
margin-right: 0px;
box-shadow: none;
}
Regards,
Devin