Archived topic
Back to the top button
3 replies · Started by Sebastián on January 26, 2018
Viewing posts 1–4 of 4
Hi I would like to only show the back to the top button on desktop.
Hi there,
Try this CSS:
@media (max-width: 768px) {
.generate-back-to-top {
display: none;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Worked. Thanks!
No problem :)
This archived topic is closed to new replies.