On the enfold portfolio grid captions, how to change the excerpt caption from being italics to regular font?
also, can you change the gap between portfolio grid pictures from large gap to small gap?
Thank you for your great support!
Lori
Hey Lori,
Add this to quick css:
.grid-entry-excerpt.entry-content{
font-style:normal!important;
}
.grid-entry{
padding:5px!important;
}
Best regards,
Jordan Shannon
Thank you Jordan-that worked perfectly! I need to also set the font style of the excerpt to be the same as the title font or be able to set them both to the same default. The excerpt font is blacker than the title font.
Thank you!!! Lori
Hi,
Add this to quick css also:
.grid-entry-excerpt.entry-content{
color:#666666!important;
font-size: 13px!important;
font-weight: 500!important;
}
Best regards,
Jordan Shannon
thank you!! Lori
Hi,
I’m happy to help. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon