Hello guys,
I am trying to remove the ‘Alphabetically A-Z’ and ‘Alphabetically Z-A’ options in the sort menu on the Prestige theme. Thank you for your time!
Hello guys,
I am trying to remove the ‘Alphabetically A-Z’ and ‘Alphabetically Z-A’ options in the sort menu on the Prestige theme. Thank you for your time!
yes, please share store url
thanks for url can you please try this code
button[data-value="title-descending"], button[data-value="title-ascending"] {display: none;}
Thank you, much appreciated!
its my pleasure to help us
Hi KetanKumar!
On top of removing the alphabetical options, would you also know how to remove featured, best selling, date old to new, and date new to old?
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
Hi @KetanKumar
Thank you! My site URL is https://www.bristolgeneralstore.com/
thanks can you add this code
.Popover__Value[data-value="manual"], .Popover__Value[data-value="best-selling"], .Popover__Value[data-value="created-ascending"], .Popover__Value[data-value="created-descending"] {
display: none;
}
@KetanKumar I need all the rest except price, low to high and high to low sort by options to be removed https://dls4rlwluxkat9l2-57458458667.shopifypreview.com
yes, please try this code
.toolbar-dropdown.filter-sortby ul li:nth-child(5), .toolbar-dropdown.filter-sortby ul li:nth-child(6) {
display: none !important;
}
@KetanKumar I only the want the options that’s in the red circle to show, you can take off the rest
oh sorry for miss understand can you try this code
.toolbar-dropdown.filter-sortby ul li {display:none !important;}
.toolbar-dropdown.filter-sortby ul li:nth-child(5), .toolbar-dropdown.filter-sortby ul li:nth-child(6) {
display: block !important;
}
@KetanKumar I messaged you
yes sure let me check some store or diifferent?
@KetanKumar yes same store