1. How do I increase the size of the font for the titles of the portfolio grid?
2. How do I remove the thin border line around the portfolio grid?
Thank you!
Hi djshortkut!
Please add following code to Quick CSS
.grid-entry .inner-entry { box-shadow: none; }
h3.grid-entry-title.entry-title { font-size: 14px; }
Best regards,
Yigit
That worked! Thank you! Resolved.