I would like to change the colour of the currently white caption text box on hover over of the Masonry gallery. How would I change the colour of the overlay box and caption text?
The overlay does not quite line up with the thumbnail size on the right of a few images in the gallery. Can I fix that?
Some of thumbnails also seem to repeat downwards crating a thin coloured line in the thumbnails, is there a reason it would not fit properly and needs to repeat or do I need to size the images differently?
Thank so much for your quick support. Really great team!!!
Hey!
Try adding this code to the Quick CSS:
#top figcaption.av-inner-masonry-content.site-background, #top .av-masonry-entry .avia-arrow{
background-color: red;
color: white;
}
Change as needed.
Cheers!
Josue