Hi,
I have a masonry gallery on my home page and I removed the background by using this css.
.main_color .container .av-inner-masonry-content{
background-color: transparent!important;
}
It works for all screens where more than one image displays in a row, but on the the smaller screens with only one image displaying there is a white background on the sides of the image. Can you tell me how to remove this? Thanks.
Hey thecszone,
Add this to quick css:
.main_color .av-masonry-outerimage-container{
background:none!important;
}
Best regards,
Jordan Shannon
Thanks, Jordan, but this doesn’t work. The white background remains.
Jordan, it did work after all. My browser wasn’t updating the cache.
Hi thecszone,
Glad it’s working for you now! :) Yes, browsers can do that.
If you need further assistance please let us know.
Best regards,
Victoria