Skip to content

Instantly share code, notes, and snippets.

@mikeoberdick
Forked from djrmom/readme.txt
Last active February 11, 2023 12:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikeoberdick/be0a35158f599db71ba4eca0ece90ce0 to your computer and use it in GitHub Desktop.
Save mikeoberdick/be0a35158f599db71ba4eca0ece90ce0 to your computer and use it in GitHub Desktop.
facetwp radio styled as buttons
.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