Comments 2Yvonne started the conversationJuly 9, 2018 at 12:13amHow 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? 228Milingona repliedJuly 9, 2018 at 8:36pmYou 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 Sign in to reply ...
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?
You can make 'back to top' button fixed by inserting the code below in Bakery > Custom CSS:
Kind regards,
Milingona Support
Follow on Envato Facebook Twitter