Okay
  Public Ticket #256945
Bind arrow down to Full Nectar Slide
Closed

Comments

  • Vladimir started the conversation

    Hey guys so a simple question here, I like how it scrolls down when i press the down arrow on the full screen nectar slide.

    But how do i go about binding that "action" to the whole slide?

    Just like a full slide link but when i press anywhere i'd like it to scroll down just like the arrow does.

    Thanks :)

  •  1,070
    ThemeNectar replied

    Hey Vladimir!

    Add this into the custom css box in the Salient options panel:

    .swiper-wrapper .slider-down-arrow {
    height: 100%!important;
    width: 100%!important;
    }
    

    (note that this mod will remove the down arrow itself) Cheers

  • Vladimir replied

    Thanks guys <3

    Though only the right half of the slide is clickable, is there any way to make the left part clickable as well? 

  •  1,070
    ThemeNectar replied

    You're welcome!

    Prehaps try changing the snippet to:

    .swiper-wrapper .slider-down-arrow {
    height: 100%!important;
    width: 100%!important;
    left: 0!important;
    top: 0!important;
    }
    
  • Vladimir replied

    That did the trick! awesome!