Comments Vladimir started the conversationJuly 31, 2014 at 2:29pmHey 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,070ThemeNectar repliedAugust 1, 2014 at 9:01am 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 repliedAugust 1, 2014 at 1:12pmThanks guys <3Though only the right half of the slide is clickable, is there any way to make the left part clickable as well? 1,070ThemeNectar repliedAugust 4, 2014 at 5:38am 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 repliedAugust 5, 2014 at 2:08pmThat did the trick! awesome! Sign in to reply ...
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 :)
Hey Vladimir!
Add this into the custom css box in the Salient options panel:
(note that this mod will remove the down arrow itself) Cheers
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?
You're welcome!
Prehaps try changing the snippet to:
That did the trick! awesome!