Removing Sort Options (Prestige Theme) on Tablet and Mobile

Hi @the_mudd_shop

Try this one.

@media screen and (max-width: 1007px) {
    .Popover__Content :is([data-value=manual],[data-value=best-selling],[data-value=created-ascending],[data-value=created-descending],[data-value=title-ascending],[data-value=title-descending]) {
        display: none !important;
    }
}

And Save.

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!