I’m using a portfolio grid on a few pages and I would like to make the title of the portfolio at the bottom of the grid item bold.
Thanks
Hi sbrohamm!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.grid-entry-title { font-weight: bold; }
Cheers!
Yigit
Thanks Yigit!