Hello can you tell me how i can remove the borderline in the portfolio grid?
Thanks
Iwan
Hi iwanhaex!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.grid-entry .inner-entry { box-shadow: none; }
Cheers!
Yigit
Hi!
I have added the code in Quick CSS in works fine now. I noticed that you are not closing custom CSS codes. The code i posted was added as
.grid-entry .inner-entry { box-shadow: none;
while it should be with a closing curly bracket as
.grid-entry .inner-entry { box-shadow: none; }
Other custom CSS code you have in Quick CSS was also missing closing curly bracket.
Cheers!
Yigit