Tagged: enfold, masonry, Portfolio, portfolio item
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.
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);
}