Okay
  Public Ticket #1074728
Fancy Box Zoom
Closed

Comments

  •  2
    Christopher started the conversation

    When using the Fancy Box with an image background, I'm trying to disable the zoom on hover feature.  I just want the image to be static.  Can you suggest a fix for this?  

  •  8,999
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .nectar-fancy-box:hover .box-bg {
        transform: scale(1) !important;
        -webkit-transform: scale(1) !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    Christopher replied

    Thank you.