I want to change the colour of the font in ‘Brickwork’ (content elements) How do I fix that?
Hey MarcavandenBroek,
I’m not sure what you mean by that, do you mean Masonry maybe? If so then where can we see the element in question?
Best regards,
Rikard
I don’t mean masonry, I’m trying to create a portfolio using ‘brickwork’ (I don’t know what’s the proper term in English, in Dutch is called Metselwerk)
This is the link https://www.stefaniewierda.com/herinneringen-aan-jemen/ The font is grey and I want it white. How do I fix that?
Best regards,
Marca
Hi Marca,
It’s masonry in english. Please try the following in Quick CSS under Enfold->General Styling:
.av-masonry-entry-title {
color:#fff !important;
}
Best regards,
Rikard
Thanks!