Upgraded to WordPress 6.0 and have issues? Please check the hotfix which you need to apply.

Okay
  Public Ticket #1635099
Scroll up button go with page
Closed

Comments

  •  2
    Yvonne started the conversation

    How can I change that the scroll to top button that is right now fixed on the bottom of the page actually moves with the page while one scrolls down or up  so one can scroll to top of page from any position on the page? 

  •  228
    Milingona replied

    You can make 'back to top' button fixed by inserting the code below in Bakery > Custom CSS:

    .vu_back-to-top {
     position: fixed;
     color: rgba(0, 0, 0, 0.35);
     border: 2px solid rgba(0, 0, 0, 0.35);
    }
    .vu_back-to-top:focus {
     color: rgba(0, 0, 0, 0.35);
    }
    .vu_back-to-top:hover {
     opacity: 0.9;
     color: rgba(0, 0, 0, 0.35);
    }

    Kind regards,


    Milingona Support

    Follow on     Envato     Facebook     Twitter