Change Cell Color with HTML

Submitted by Dollyfroggy on May 1, 2025
Does anyone know how to use HTML on the answer cell to change the color of the cell in the table? I do not want to use the option provided within the Design Grid step because that changes the color of the cell permanently; I would like the cell color to only be changed when the answer is guessed.
1 Comments
+2
Level 83
May 1, 2025
You'd have to look up the cell using the console. Find its specific class and give it something like this in triangle style brackets:

.correct.answer-afo7hnPE {background-color: blue !important}