Skip to content

Instantly share code, notes, and snippets.

@codingwithsara
Created December 14, 2018 01:54
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 codingwithsara/fa50a308528411c33ea4ddbab4a86f4d to your computer and use it in GitHub Desktop.
Save codingwithsara/fa50a308528411c33ea4ddbab4a86f4d to your computer and use it in GitHub Desktop.
WordPress Quiz Cat のカスタマイズと日本語化
.fca-qc-back {
    background-color: #ffffff !important;
}
.correct-answer #fca_qc_question_right_or_wrong {
    color: blue;
}
.wrong-answer #fca_qc_question_right_or_wrong {
    color: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment