Tagged: borders, enfold, portfolio grid
How does one go about removing the border for portfolio grid items? I just cannot seem to find the control for it in css.
Hi solarmediapro!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.grid-entry .inner-entry { box-shadow: none; }
Regards,
Yigit
Thanks, Yigit. The shadow threw me.