Product sorting options by CSS in IOS
-
On my WordPress website with Woocommerce, I wanted to remove some product sorting options, and my developer used this additional CSS code:
.orderby
option[value=”popularity”]
{
display: none;
}It works fine on desktop browsers and on android mobile browsers (except Firefox), but on my iPads the sorting options remain unchanged in Firefox, Chrome and Safari. Can anyone explain why, and suggest a solution?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Product sorting options by CSS in IOS’ is closed to new replies.