Hello
How can I change the background color below the image in a masonry grid?
When I put the masonry inside a container the background is white. When I let the masonry be full width it has the background color od the page (which is what I want)
Hi jonasnapier!
Thanks for getting in touch with us!
Try adding the following CSS in the Quick CSS field under the General Styling tab in the theme options:
.main_color .container .av-inner-masonry-content{
background-color: #CE5D5D !important;
}
Adjust the color to the color of your page background. Let me know if you need further assistance.
Regards,
Jordan
It worked, THANKS