can you provide Css to change the transparency amount on the Media Element Image, it is currently to dark
http://fritzimages.com/blog/portfolio/
thanks
Hey Ed!
Thank you for using Enfold.
Are you referring to the image overlay? Looks like you managed to change the opacity of the hover effect. Is that what you want to do?
Regards,
Ismael
I’d like to know how to change the opacity on the Media element called Image. I may use this in the future
Hi!
You can adjust the opacity of image overlay using following code in Quick CSS field in Enfold theme options under General Styling tab
.avia_transform a:hover .image-overlay {
opacity: 0.5 !important;
}
and adjust its colors with following CSS code
span.image-overlay-inside:before {
background-color: red!important;
color: orange!important;
}
Best regards,
Yigit
Is it possible to change the color of background image (in a color section) when hovering?
Hi!
Yes it is possible.
Please create a new ticket and provide us a link of your web site, and we will do help you with that.
Best regards,
Basilis