Hi guys,
Wondering what CSS I need to customize in order to change the font-size and color of a Portfolio Item’s Title and Excerpt.
These currently appear under an image when using the “Portfolio Grid”.
Help would be much appreciated.
Thanks
Hi miovision!
Thank you for using the theme!
Please add this on Quick CSS or custom.css to change the portfolio title:
.main_color .grid-entry-title {
color: red;
font-size: 20px;
font-weight: bold;
}
Use this for the excerpt:
.grid-entry-excerpt {
color: blue;
font-size: 15px;
font-style: normal;
}
Cheers!
Ismael