If I have formatted an answer box to have a background colour, how do I stop the cell from going clear once the answer is guessed?
A quiz I'm working on uses the information in certain guessed cells later on in the quiz - I need those cells to keep their background colour after being guessed.
Can anyone help me? Thanks :)
A few will need to stay yellow, a few more cyan, and the rest are fine going clear as normal.
< style >
td.answer-kRYDnBFU.correct {
background-color: yellow !important;
}
< /style >