Important:
This support area is for Kalium 3 users only.
Support for Kalium 4 has moved to our new platform at support.laborator.co.
If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.
Is it possible to have the back to top button only visible on mobile?
Hi erbanach
Please 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.
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.