Tagged: borders, portfolio grid
Hi,
Is there a way to change the color of the border for the portfolio grid, as seen in the picture in the private link area?
Thanks
Hey 500Webmaster,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.grid-entry .inner-entry {
box-shadow: none;
}
Best regards,
Yigit
Perfect, thanks!