Archived topic
Back to top button in premium - how to disable on mobile?
1 reply · Started by David on October 25, 2018
Viewing posts 1–2 of 2
I guess the title says it all.... :)
Hi there,
Try this CSS:
@media (max-width: 768px) {
.generate-back-to-top {
display: none;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
This archived topic is closed to new replies.