Tagged: 

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

    HI Guys,

    Which tag should I edit to change the color or the transparency of the roll over info on the masonry gallery or portfolio roll over panel?Where the Header and the excerpt lays on.

    Thanks,
    D

    #310216

    Hi!

    For Masonry:

    .av-masonry-outerimage-container {
        background: red;
    }
    .avia_desktop .av-hover-overlay-active .av-masonry-image-container{
        opacity: 0.3;
    }

    For Portfolio:

    .grid-sort-container .image-overlay {
        background: red;
    }

    Best regards,
    Josue

    #310464
    This reply has been marked as private.
    #310472

    Hey!

    Please try adding !important rule as following

    figcaption.av-inner-masonry-content, .av-inner-masonry-content .avia-arrow {
    background-color: rgba(0,0,0,0.5)!important;
    }

    Cheers!
    Yigit

    #310515

    That was it! Thank you Yigit.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Masonry gallery roll over panel’ is closed to new replies.