/* Hides the back-to-top button on mobile screens */ @media (max-width: 768px) { .back-to-top, .scroll-to-top, .some-specific-class-name-for-the-button { /* Replace with the correct class */ display: none !important; } }