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.
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
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
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
Hey!
You can control opacity level with following code
.avia_desktop .av-hover-overlay-active .av-masonry-image-container {
opacity: 0.7;
}
Regards,
Yigit
Hi!
Please use following code
#front figcaption.av-inner-masonry-content.site-background {
background-color: rgba(0,0,0,0.5);
}
Regards,
Yigit
Disable CSS minifying feature on the plugin you are using then flush browser cache and refresh your page a few times
Regards,
Yigit