How to remove the up arrow only for the mobile version of the site?
-
Hello. How to remove the up arrow only for the mobile version of the site?
Attachments:
You must be
logged in to view attached files.
Hi mbsoftmb,
Thanks for reaching to us and appreciate your patience.
Please try to use the below custom CSS code and paste it to Theme Settings > Custom CSS > Mobile CSS section:
.scrollToTop.button-show {
display: none;
}
Best Regards,
I need to remove the up arrow only for the mobile version of the site, for the desktop version leave the up arrow. Your code removes the arrow everywhere.
Hi mbsoftmb,
Did you place the code into Mobile CSS section or Global section?
Regards,