How can I remove the 'Best Selling' and 'Date Old/New' sort options from my theme?

Hello! Wondering how I would remove Best selling as well as “date old/new” sort by option on my theme.

@rachelrachel27

My pleasure to help you.
Welcome to the Shopify community!
Please share your store URL!
I will check out the issue and provide the correct solution to you!

Thanks!

Hi @rachelrachel27 ,

Go to Assets > styles.css and paste this at the bottom of the file:

.cc-checkbox.sort-best-selling, .cc-checkbox.sort-date-old-to-new, .cc-checkbox.sort-date-new-to-old {
    display: none !important;
}

Hope it helps!