-
-
Save mikeoberdick/be0a35158f599db71ba4eca0ece90ce0 to your computer and use it in GitHub Desktop.
facetwp radio styled as buttons
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
.facetwp-radio { | |
background-image: none; | |
background-color: gray; | |
padding: 5px; | |
display: inline-block; | |
margin: 5px; | |
} | |
.facetwp-radio.checked { | |
background-image: none; | |
background-color: lightgray; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment