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

    When you hover over an image in the masonry gallery a white background slides up from the bottom and the title and excerpt are displayed over top. I’d like to make that white background semi transparent using rgba but I’m unable to locate the exact identifier. Can someone please give me a hand.

    #463727

    Nevermind. I kept at it and was finally able to figure it out.

    .main_color .av-inner-masonry-content {
    background-color: rgba(255, 255, 255, 0.8);
    }

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Masonry Grid Title Background Transparency’ is closed to new replies.