Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1011676

    The images in a masonry have a slight overlay. How can I adapt this (make it more opaque and change the color, in particular)?
    Thanks!

    #1011703

    You could add this to the quick-css in the gereral styling options:

    .av-inner-masonry-content {
      backgorund: rgb(0,0,0,0.35);
    }

    You have to enter RGBA values, the last one is for opacity (in this example 35%)

    #1011744

    Hi,

    Thanks for sharing @Luca, did you try that out and did you have any luck with it @biocomag?

    Best regards,
    Rikard

    #1011805

    No but I found it – apparently it is not an overlay, but rather the image becomes transparent. This is what did the trick:

    
    .main_color .av-masonry-outerimage-container {
      background-color: rgb(0,0,0);
    }
    
    .avia_desktop .av-hover-overlay-active .av-masonry-image-container {
        opacity: 0.1;
    }
    
    
    #1011869

    Hi biocomag,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

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