Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1476920

    Hello, is it possible to deactivate the “Scroll up” button at the bottom right? Thank you very much.

    #1476929

    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

    #1477058

    Hello Ismael, thank you. It works perfectly. You can close this thread. Best regards.

    #1477067

    Hi,

    Thanks for the update. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Deactivate scroll to’ is closed to new replies.