Tagged: masonry element
Hi guys,
Working on this website: http://urbanbooking.nl/home-test/. It contains a masonry.
I would like to display the captions below the pictures like this: https://tppr.me/u6lsc
How can I achieve this?
Hey AlfredoS,
It’s difficult to tweak masonry using css, would it be okay to suggest another option? a transparent white background color perhaps, try adding this css code in Quick CSS (located in Enfold > General Styling):
.av-masonry figcaption.av-inner-masonry-content.site-background {
background: rgba(255,255,255,0.3);
}
.av-masonry figcaption.av-inner-masonry-content.site-background .avia-arrow {
display: none;
}
Hope this helps.
Best regards,
Nikko