Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #180011

    How can you change the background color of the masonry canvas? Right now the default is white, but the demo is off white. I saw a post earlier about changing the caption background, but not the overall DIV and canvas that holds all the thumbnails.

    Thanks for any input you can offer.

    As a side note, it would be great if there was an option to drag a Masonry gallery onto a Color Section that was not full screen width. This would be consistent with the overall design. Full screen looks great on its own, but having the option to control the pixel width would balance the design on some sites. Thanks for adding this great gallery. It is really easy to use. I just dragged ten photos into Masonry and had a gallery up in less than a minute.

    #180269

    Hi websitegurus!

    1) Please add following code to Quick CSS in Enfold theme options under Styling tab

    .av-masonry-container { background-color: red; }

    2) You can request it here https://kriesi.at/support/topic/enfold-feature-requests/
    Someone recently requested that as well

    Best regards,
    Yigit

    #180283

    1. Thanks so much for this. This is close to what I need and pointed me in the right direction. It worked but only affected the inside background and not the parent ID that wraps around the .av-masonry-container. So the inside background was red, but it has a 15-20 pixel white border circling the entire canvas of thumbnails. I removed your class and added a background property to the parent ID which in my situation which was: #av-masonry-1. It filled in everything including the inner child class .av-masonry-container

    If someone else reads this post, I would imagine the parent ID’s are named chronologically based on how many instances of the Masonry gallery you’ve embedded inside your site. I’m making an assumption here because I only have one Masonry gallery at the moment. So root around in your code and look for the parent ID name and I imagine it will work for you.

    2. Yigit, I will submit a request. Thanks for the link.
    Mark resolved and close thread.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change background canvas color DIV on Masonry’ is closed to new replies.