Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #304985

    Hi –
    I’ve begun tweaking the title overlay for the masonry gallery (color change, etc.) Is it possible to move the overlay –which i have set to always appear–below the entire image at the bottom instead of covering the image? Or, alternatively, how can you control the opacity of the overlay so you can see the image behind and change the height of the overlay? the css is not clear.

    #304988

    Hi blankonblank!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .image-overlay {
    background: transparent!important;
    opacity: 1;
    filter: alpha(opacity=1);
    }

    Best regards,
    Yigit

    #304992
    This reply has been marked as private.
    #305066

    Hey!

    Just to make sure that we are on the same page, we are talking about this overlay – http://i.imgur.com/aqQPQcy.png is that correct?
    If so, please add following code to Quick CSS instead

    .avia_transform a .image-overlay {
    opacity: 0.7 !important;
    background-color: transparent;
    }

    Best regards,
    Yigit

    #305073
    This reply has been marked as private.
    #305182

    Hey!

    Thank you for the info.

    You can set the caption to always display on Element Title and Caption settings. Choose “Always Display”. This will also put the caption below the image.

    Best regards,
    Ismael

    #305808
    This reply has been marked as private.
    #306404

    Hey!

    You can control opacity level with following code

    .avia_desktop .av-hover-overlay-active .av-masonry-image-container {
    opacity: 0.7;
    }

    Regards,
    Yigit

    #306451
    This reply has been marked as private.
    #306526

    Hi!

    Please use following code

    #front figcaption.av-inner-masonry-content.site-background {
    background-color: rgba(0,0,0,0.5);
    }

    Regards,
    Yigit

    #306545
    This reply has been marked as private.
    #306744

    Disable CSS minifying feature on the plugin you are using then flush browser cache and refresh your page a few times

    Regards,
    Yigit

    #306852
    This reply has been marked as private.
Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Masonry Gallery Title Overlay’ is closed to new replies.