Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #215022

    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!

    #215117

    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

    #216082

    thanks that worked

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘disable image rollover’ is closed to new replies.