Hello
I am using the Masonry. Currently I only have one item on a full screen width Masonry block. How can I change the default background so it is white and not grey?
Many thanks
Andy
Hi andydiprose!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.main_color .av-masonry {
background-color: white;
}
Cheers!
Yigit
Hey!
The link leads me to a 404 page. Try this:
.main_color .av-masonry {
background-color: white !important;
}
Regards,
Ismael