How to change text styling and image size in portfolio grid?
Hey!
To change the text, add this to the Quick CSS:
.grid-entry-title {
color: red;
font-size: 24px;
}
To change the image size try selecting a lower/higher number of columns in the portfolio grid options.
Regards,
Josue
Thank You