Tagged: ,

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

    Hej,
    I’d like to deactivate mouse over effect.
    I already use this code in quickcss:

    
    .image-overlay .image-overlay-inside::before {
    background: none !important;
    }
    

    But it disturbs me, that pictures are getting highlited/very bright with mouse over:
    http://de.flymotions.com/luftaufnahmen-mit-drohne-naeher-als-nah/

    Any ideas what to do? Having kind of arrow change is ok. little zoom in or out also ok. But not having these bright images.

    Thanx in advance!
    Felix

    #402049

    Hi flymotions!

    Please use following code instead

    .image-overlay { display: none !important; }

    Regards,
    Yigit

    #403122

    Yep. Works. Thank you!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to deactivate mouse over effect’ is closed to new replies.