Skip to content

Instantly share code, notes, and snippets.

@tdmrhn
Created October 20, 2024 07:33
Show Gist options
  • Save tdmrhn/6b60a57a9d3aa3b3c137bbd10287b784 to your computer and use it in GitHub Desktop.
Save tdmrhn/6b60a57a9d3aa3b3c137bbd10287b784 to your computer and use it in GitHub Desktop.
Blocksy 2 Disable Shop Sort Icon for mobile
@media (max-width: 689.98px) {
.woo-listing-top .woocommerce-ordering select {
color: inherit;
width: inherit;
padding: 0 15px;
background-image: url("data:image/svg+xml,%3Csvg width='21' height='13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5.379L20.621 2.5 10.5 12.621.379 2.5 2.5.379l8 8z' fill='%234F5D6D' fill-rule='nonzero'/%3E%3C/svg%3E");
}
.ct-sort-icon {
display: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment