I am trying to remove: featured, beststelling, alphabetically z-a, and date old to new from my sort menu. I edited my code but the changes are only on desktop, not on mobile. I’d like to have them removed from mobile aswell.
This is the code i used:
button.Popover__Value.Heading.Link.Link–primary.u-h6:first-child,button.Popover__Value.Heading.Link.Link–primary.u-h6:nth-child(2) {
display: none !Important;
}
button[data-value=“title-descending”] {display: none !Important;}
button[data-value=“created-ascending”] {display: none !Important;}
button.Popover__Value Heading Link Link–primary u-h6:Featured display: none !Important;
}