Hi there
Is it possible to format the captions under portfolio items in a portfolio grid? At the moment it is showing standard text and I would like a background – say dark grey, with white text.
Thanks
Hey!
Try adding this code to the Quick CSS:
.grid-content, .grid-entry-title, .avia-arrow {
background: gray !important;
color: white !important;
}
Cheers!
Josue
You are welcome, always glad to help :)
Regards,
Josue