Jump to content

Removing "Best Sellers" from Sort by in Categories


jetway

Recommended Posts

  • 3 weeks later...
  • 3 months later...

Hi there,

Maybe it is not the best way to do it

but I've achieved that (and it is a really simple solution) by only adding a CSS line in the "custom.css" file of my theme.

 

.products-selection .products-sort-order .dropdown-menu .select-list:nth-child(1) {
    display: none;

 

where changing the number in parenthesis you can choose which element of the dropdown menu you want to hide.

 

Hope it helps.

Cheers

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...