Tagged: masonry
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
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
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
That was it! Thank you Yigit.