Comments erbanach started the conversationMay 22, 2017 at 5:31amIs it possible to have the back to top button only visible on mobile?[deleted] repliedMay 22, 2017 at 7:41pmHi erbanachPlease place the code below on Custom CSS. @media only screen and (max-width: 600px) { .go-to-top{ display: block; } } @media only screen and (min-width: 601px) { .go-to-top{ display: none; } } Thank you.1 Likeerbanach repliedMay 23, 2017 at 12:35amThat worked, thank you![deleted] repliedMay 23, 2017 at 4:33pmHi erbanach. I'm glad to hear that P.S: If you like our theme, it would help us a lot if you could give us five star rating on themeforest from your Downloads tab. A huge thank you from Laborator in advance and have a great day! Will set this ticket as solved from here.Thank you.1 Like Sign in to reply ...
Is it possible to have the back to top button only visible on mobile?
Hi erbanach
Please place the code below on Custom CSS.
Thank you.
That worked, thank you!
Hi erbanach.
I'm glad to hear that
P.S: If you like our theme, it would help us a lot if you could give us five star rating on themeforest from your Downloads tab. A huge thank you from Laborator in advance and have a great day!
Will set this ticket as solved from here.
Thank you.