This topic has 2 replies, 2 voices, and was last updated 2 years, 9 months ago ago by Rose Tyler
How is it possible to hide the according button (back-to-top), thats located in the bottom right corner, only in the mobile version?
Hello,
Add the next code in Theme Options > Theme Custom CSS > Mobile:
.back-top {
display: none !important;
}
Regards
Tagged: back to top, button, hide, mobile, templates, woocommerce, wordpress
The issue related to '‘Hide back-to-top button only in mobile version’' has been successfully resolved, and the topic is now closed for further responses