Skip to content

Instantly share code, notes, and snippets.

@thetwopct
Created August 4, 2021 10:19
Show Gist options
  • Save thetwopct/4bdf89aa77bf0f00823c9cfc0cdd7c26 to your computer and use it in GitHub Desktop.
Save thetwopct/4bdf89aa77bf0f00823c9cfc0cdd7c26 to your computer and use it in GitHub Desktop.
Hide the tick on WooCommerce Tax Toggle
/* Hides the tick on WooCommerce Tax Toggle */
#wcvat-toggle.on::before {
content: "";
background-image: url();
padding-left: 0;
background-size: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment