Created
March 9, 2018 17:00
-
-
Save woogists/d60d46c3a4579c4c28924ca169ddb421 to your computer and use it in GitHub Desktop.
[WooCommerce Currency Converter Widgets] Using country flags instead of country codes.
This file contains 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
a[data-currencycode="USD"] { | |
background-image: url('http://upload.wikimedia.org/wikipedia/en/a/a4/Flag_of_the_United_States.svg') !important; | |
background-size: 60px !important; | |
width: 30px; | |
background-repeat: no-repeat; | |
font-size: 0; | |
height: 20px; | |
} |
It would be great if someone can help me.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, I tried to used but I received this error in the line 1
syntax error, unexpected '=', expecting ']'