How to hide or move to left the “Go to the top” button (Arrow)
To hide “Go to the top” button, please go to Dashboard -> Appearance -> Customize -> Custom CSS and put in the following CSS code:
#page .scroll-top{display:none;}
To move it to the left, use this code:
#page .scroll-top{left:10px; right:auto;}