Hi Kriesi,
I’m having a bit of trouble with the opacity on my portfolio grid.
What I would like is to display the title over the portfolio image when I hover over the image.
I placed the title over the image by setting the .grid-entry-title margin to -50% 0 0.
The only problem I have now is that the title has the same opacity as the underlying image.
I would like to have the text without opacity and keep the opacity of the underlying image. Do you have a solution for this?
Kind regards,
Matthijs
Hey mdekievit!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
a.grid-image.avia-hover-fx {
opacity: 0.9!important;
}
Regards,
Yigit
Hi Yigit,
Thanks again for your quick and excellent support :-).
Regards,
Matthijs