Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #913297

    So I am using Modern Tribe Events and want to use the Photo view. It looks great except when I hover over the photos there is some kind of hover effect that makes them image smaller or adds padding? I tried editing the avia.js file but, that messed up other items. Tried some CSS but, nothing seems to take of the ‘mouse-over’ effect. Is there any way to turn it off.

    Thanks so much!
    Lane

    #913590

    Hey Lane,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .all_colors .ecs-thumbnail .image-overlay {
    	pointer-events: none;
        visibility: hidden;
        display: none !important;
        transition: none;
    }
    .ecs-thumbnail {
    	pointer-events: none;
        transition: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #917893

    Thanks that worked!!

    #918010

    Hi,

    Glad we could help!
    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Basilis

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Tribe Events Hover Over Photo Effect’ is closed to new replies.