Comments 2Mari started the conversationAugust 31, 2016 at 12:16pmHi,I've moved my website to another cPanel account, but I think the 'return to top' button, which is normally in the right lower corner, has disappeared on mobile.On desktop it's active. 1,710Barry repliedAugust 31, 2016 at 1:30pmHi Mari,The scroll to top button is hidden by default in the theme (you can see it also on our theme demo.If you want to display the button also on mobile devices you can copy/paste the following in to the custom CSS textarea of the theme customizer: .scrollToTop { opacity: 0; visibility: hidden; position: fixed; display: block; bottom: 20px; right: 20px; width: 50px; height: 50px; line-height: 48px; font-size: 20px; text-align: center; color: #ffffff; background-color: rgba(0, 0, 0, 0.2); }Best regards,BarryQreativeThemes.com | WordPress Themes 2Mari repliedAugust 31, 2016 at 3:18pmThanks, works perfect!1 Like Sign in to reply ...
Hi,
I've moved my website to another cPanel account, but I think the 'return to top' button, which is normally in the right lower corner, has disappeared on mobile.
On desktop it's active.
Hi Mari,
The scroll to top button is hidden by default in the theme (you can see it also on our theme demo.
If you want to display the button also on mobile devices you can copy/paste the following in to the custom CSS textarea of the theme customizer:
Best regards,
Barry
QreativeThemes.com | WordPress Themes
Thanks, works perfect!