Tagged: Masonry Gallery, styling, text, transparency
Hello, I’ve added a Masonry Gallery (Quick Look Gallery) on which I’d like the pop-up caption box to be transparent black but at the same time I’d like to keep the text solid white. I’ve tried various bits of code given in other threads but they all seem to affect the overall transparency – both pop-up caption box and text.
At the moment I’ve got this code in place in the Quick CSS:
.main_color .av-inner-masonry-content {
background-color: rgba(255, 255, 255, 0.8);
}
Please can you advise?
Thanks.
Hey tesspaine,
I could not access you website today, looks like a request timeout. Is it not working?
Best regards,
Victoria
hmm could that be because I was working on it? Have been having hosting problems lately. Would you mind trying again, I’m logged out now.
Thanks Victoria.
OK – I keep having to reset my DNS – just done it – should be accessible now
Hi,
Please, may you provide to us the page link with the Mansory gallery that you mentioned in the question?
Best regards,
John Torvik
Hi here’s the link to the Masonry Gallery I’m talking about
Thanks.
Hi tesspaine,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.main_color .av-inner-masonry-content {
background-color: rgba(0, 0, 0, 0.5);
}
.av-masonry-entry-content.entry-content {
color: #fff;
}
If you need further assistance please let us know.
Best regards,
Victoria