Tagged: rollover
Is it possible to disable the transparency rollover on the map image on this page?
http://www.copenhagenfilmcompany.dk/2014/corporate_film/
the quick css code you gave me the other day:
.avia-slide-wrap img:hover {
opacity: 1 !important;
}
doesn’t seem to work after I did some updates on the page.
?
thanks for your help!
Hi Munford!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#av_section_2 img:hover {
opacity: 1 !important;
}
Cheers!
Yigit
thanks that worked