Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #342989

    How would I make the page behind the gallery semi-transparent? When the page below loads, it has a white / grey background that I’d like to make semi-transparent.

    #343845

    Hi koala!

    Try adding this in Dashboard -> Enfold -> General Styling -> Quick CSS,

    .av-masonry {
        background-color: rgba(0, 0, 0, 0.3) !important;
    }

    Cheers!
    Elliott

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