Created
August 4, 2021 10:19
-
-
Save thetwopct/4bdf89aa77bf0f00823c9cfc0cdd7c26 to your computer and use it in GitHub Desktop.
Hide the tick on WooCommerce Tax Toggle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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