Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
I would like to remove the Best Selling Option from my sort by. I've tried a bunch of different ways but I either get an error or no change at all. Here is the coding where i believe the change needs to be made in:
<div class="collection__sort__option-wrapper" data-collection-sort-options> <div class="collection__sort__options"> <ul class="collection__filter-tags collection__filter-tags--default" collection-sort-by="{{ sort_by }}"> {%- for option in sort_options -%} <li class="collection__filter-tag"> <input class="collection__sort__input" type="radio" name="sort_by_bar" value="{{ option.value }}" id="filter-bar-{{ option.name | handle | append: option.value | handle | append: section.id }}" data-input-sort{% if option.value == sort_by %} checked{% endif %}> <label class="collection__sort__button" for="filter-bar-{{ option.name | handle | append: option.value | handle | append: section.id }}" tabindex="0"> {{- option.name -}} </label> </li> {%- endfor -%} </ul> <noscript> <button type="submit" class="btn btn--primary btn--solid">{{ 'collection.filters.sort_button' | t }}</button> </noscript> </div> </div> </div>{%- endif -%}
Thank you in advance
Solved! Go to the solution
This is an accepted solution.
Thanks for the info, do you mean remove the Best Selling right?
Check this one.
#CollectionStickyBar > div.collection__sort-bar > div > div > ul > li:nth-child(2) > label {
display: none;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
I know how to remove it but using css. If your intested, you can share your store URL. Thanks!
This is an accepted solution.
Thanks for the info, do you mean remove the Best Selling right?
Check this one.
#CollectionStickyBar > div.collection__sort-bar > div > div > ul > li:nth-child(2) > label {
display: none;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
You're magical 🙂 Thank you SOOOO much!
Is there a way to edit the sort tag labels?
eg. 'Date, new to old' update to 'Latest'
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025