Hi,
i would like to have some Infotext by the preview of the portfolio pictures but it shows it in light grey and very smal font (first picture.
How can i make the font bigger and give it a darker color?
Many greetings rixi
Hey rixi,
Please try the following in Quick CSS under Enfold->General Styling:
.grid-entry .grid-entry-excerpt {
color: #000;
font-size: 16px;
}
Best regards,
Rikard
Hi Rikard,
that looks much better!
But is it possible that the font is normal not cursiv and on the left side not centered?
`Than it would be perfect :)
Thank you!
Many greetings rixi
Hi,
Please try this CSS instead:
.grid-entry .grid-entry-excerpt {
color: #000;
font-size: 16px;
text-align: left;
font-style: normal;
}
Best regards,
Rikard
PERFECT :))))
thank you!
Many regards rixi