http://kriesi.at/themes/enfold/portfolio/
How can I remove the gray border on the boxes around the images in the portfolio?
Thanks!!
Hi Micheal0424!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.grid-entry .inner-entry { margin-right: 0; box-shadow: none; }
Regards,
Yigit
Worked perfectly, thank you!!