Comments Tsinart started the conversationJanuary 23, 2021 at 10:23pmHi support team !I would like to know if there is a way to remove the scroll CTA (animated small arrow) on last row (which is the footer)I've used your code to add it in the first place!<script type='text/javascript'>jQuery( document ).ready(function() { jQuery('.full-page-inner').append('<a href="#" class="slider-down-arrow-full" style="transform: translateY(0px); opacity: 1;"><i class="icon-salient-down-arrow icon-default-style"> </i></a>');jQuery('body').on('click','.full-page-inner a.slider-down-arrow-full',function(){ jQuery.fn.fullpage.moveSectionDown();console.log('clicked');});});</script>Thanks ! 2,963Andrew repliedJanuary 25, 2021 at 4:28amHi Tsinart, Please try this css: body #footer-outer i, body #header-secondary-outer #social i { display: none;} Hope this helps. Thanks. Sign in to reply ...
Hi support team !
I would like to know if there is a way to remove the scroll CTA (animated small arrow) on last row (which is the footer)
I've used your code to add it in the first place!
<script type='text/javascript'>
jQuery( document ).ready(function() {
jQuery('.full-page-inner').append('<a href="#" class="slider-down-arrow-full" style="transform: translateY(0px); opacity: 1;"><i class="icon-salient-down-arrow icon-default-style"> </i></a>');
jQuery('body').on('click','.full-page-inner a.slider-down-arrow-full',function(){
jQuery.fn.fullpage.moveSectionDown();
console.log('clicked');
});
});
</script>
Thanks !
Hi Tsinart,
Please try this css:
Hope this helps.
Thanks.