Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #813017

    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.

    #813092

    Hey tesspaine,

    I could not access you website today, looks like a request timeout. Is it not working?

    Best regards,
    Victoria

    #813104

    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.

    #813128

    OK – I keep having to reset my DNS – just done it – should be accessible now

    #813181

    Hi,

    Please, may you provide to us the page link with the Mansory gallery that you mentioned in the question?

    Best regards,
    John Torvik

    #813334

    Hi here’s the link to the Masonry Gallery I’m talking about

    Thanks.

    #813881

    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

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