Archived topic
Keep Back-to-top button only on desktop
3 replies · Started by Gianluca on December 15, 2021
Hi,
I would like to remove the back-to-top button from mobile/tablet and keep it only on desktop.
I found these 2 old topics in the forum:
https://generatepress.com/forums/topic/how-to-hide-the-up-button-for-mobile/
https://generatepress.com/forums/topic/disable-scroll-to-top-on-mobile-or-tablet-or-both/
Which one do you recommend to use?
Thank you in advance
Hi Gian,
Both would work.
CSS solution is to hide the icon.
PHP solution is to remove the icon and its function.
I would recommend using PHP solution if you have code snippet plugin installed or you are using a child theme :)
Adding PHP: https://docs.generatepress.com/article/adding-php/
Hi Ying,
Excellent, thank you for your help!
No problem :)