Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1400231

    Hi,

    I want to display the Black overlay that your demo shows on portfolio 4 columm full width.

    Instead of Black, Blue #022266

    I do not seem to see any options to change this in the content element options.

    Please advise

    #1400258

    Hey,

    Please add the following code to the Quick CSS field in Enfold theme options > General Styling tab

    
    #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content {
      background: rgba(2,34,102,0.35);
    }
    

    Best regards,
    Yigit

    #1409690

    Hi,

    If I want to replace the Black overlay on a Masonry gallery full width is the code still the same as above?

    Or (replace Masonry with Masonry gallery)
    eg.
    #top .av-caption-style-overlay .av-masonry-gallery-item-with-image .av-inner-masonry-content {
    background: rgba(2,34,102,0.35);
    }

    Please conform

    Thanks
    Marcus

    #1410102

    Hi,
    The same css should work, it does on my install, if it doesn’t work for you please link to your page so we can check.

    Best regards,
    Mike

    #1410247

    Hi

    The actual colour I need is r24g31b53

    is the below code correct?

    #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content {
    background: rgba(24,31,53,0.35);
    }

    #1410254

    Hi,
    Looks correct to me, I checked on this site.
    Enfold_Support_2322.jpeg

    Best regards,
    Mike

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