Hi
please can you give me the code to change the font-size and possibly font-family as well as center the font of the title appearing under the preview images in the portfolio grid? It is by default way too small.
thank you so much.
Hey!
Try adding this code to General Styling > Quick CSS:
#top .grid-content h3{
font-size: 22px;
text-align: center;
color: red;
font-family: sans-serif;
}
Cheers!
Josue
Thank you!!!!