Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #799333

    Hi,

    I’ve been having trouble making the background of a masonry gallery image transparent. I have 30 images that take up 6 Columns and 5 rows on the page sitting in a color section with background image. I’m trying to upload 20 Transparent images into the gallery so the background is visible in sections. But I cant remove the white background on each image, I’ve attached a mock-up for clarity

    #799393

    Hey freshwebsitesla,

    Thanks for that, could you post a link to the site in question as well please?

    Best regards,
    Rikard

    #799417

    .main_color .av-masonry { background-color: transparent!important; }

    #799466

    Hi,

    Thanks for sharing @swissfilm, could you try that out in Quick CSS to see if you have any luck with it @freshwebsitesla?

    Best regards,
    Rikard

    #799657

    The quick CSS is not working, still shows white area where the transparent image should be. I posted the link to my site below. Its password protected.

    #799976

    Hi,

    Thanks for that. Please try this instead:

    .av-masonry-outerimage-container {
        background-color: transparent !important;
    }

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.