Okay
  Public Ticket #309677
Disable Image Gallery ROLLOVER on just a row
Closed

Comments

  • Andy started the conversation

    Under my INFO text on my ABOUT ME page (http://http://andypeck.co.uk/about/) ive dropped in a 4 col gallery as using a grid or a WP gallery gives me unpleasant results.

    Can you tell me how to EITHER completely disable the ROLLOVER (so nothing happens) for just this row via CSS or if there is another way to produce the same effect WITHOUT using CSS that I may have missed.

    Cheers
    Andy

  •  8,454
    Tahir replied

    Hey!

    Add in a 'no-rollover' class to the gallery row using the "Extra Class Name" Option in VC Row Options. see screenshot: http://prntscr.com/52kt56 .

    Also add this into the Custom CSS box located in your Salient Options panel :
    .no-rollover .wpb_gallery_slidesimage_grid #portfolio .element {
        pointer-events: none;
    }
    
    Thanks 


    ThemeNectar Support Team