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

    Hi guys,

    How to I make the overlay darker on the masonry grids?
    http://prntscr.com/ghsl6p

    I don’t think the white writing shows up well here and so I’d like to darken the overlay a bit.

    Thanks

    Krissie

    #848996

    Hey Krissie,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #849060

    Please scroll down to the masonry grid.

    Thanks! :)

    #849864

    Hi,

    Thank you for the info.

    Please add the css code in the Quick CSS field.

    #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content {
        background: rgba(0,0,0,0.8);
    }
    

    Default opacity value is .35.

    Best regards,
    Ismael

    #850410

    That’s great! Thanks Ismael.
    Isn’t the opacity mean to lighten or change when you hover over it?

    Thanks

    #850585

    Hi,

    0,0,0 is RGB value of the color and 0.8 is opacity level. Please adjust the values as needed in Ismael’s code.

    Best regards,
    Yigit

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