Note: We do not provide support for custom code or scripts.
With this hack, you can force Back to Top arrow to appear with "Logo in the middle; menu on four corners" navigation style. Please note, by using this hack the arrow will always be visible on the page.
Add the following CSS under Customize > Advanced > Custom CSS.
.back-to-top {
display: block !important;
bottom: 50px !important;
}
That's it! You did it.