Hi,
I would like to change the size for the Titles and Excerpts on the portfolio grid to make them more visible compared to the size of the images..
Is that possible ?
Please take a look at my website on the address below
Regards
Kim
Hey klkc,
Thank you for the inquiry.
You can use this css code to adjust the font size of the portfolio title and content.
.grid-entry-title {
font-size: 21px;
}
.grid-entry-excerpt {
font-size: 16px;
}
Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings afterwards.
Best regards,
Ismael