Tagged: deactivate, enfold, scroll to the top, Scroll up
Hello, is it possible to deactivate the “Scroll up” button at the bottom right? Thank you very much.
Hey reqonsult,
Thank you for the inquiry.
You can add this css code to hide the scroll-to-top button:
#scroll-top-link {
display: none;
}
Another option is to override the footer.php file and remove this line of code:
<a href='#top' title='<?php _e( 'Scroll to top', 'avia_framework' ); ?>' id='scroll-top-link' <?php echo av_icon_string( 'scrolltop' ); ?> tabindex='-1'><span class="avia_hidden_link_text"><?php _e( 'Scroll to top', 'avia_framework' ); ?></span></a>
Best regards,
Ismael
Hello Ismael, thank you. It works perfectly. You can close this thread. Best regards.
Hi,
Thanks for the update. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard