Changing answer background color with HTML or anything

Edited by LeonhardAsmodeus on January 6, 2025
Hello everyone,

I wasn't aware since today that when guessing an answer, the background color of the cell reset to white/blank.

I wanted to know if it's possible for the cell to keep the color after guessing the answer ?

I didn't find any HTML code that works during Step #2 and CSS seems not working too.

Could you help me please ?

Have a nice day !

==============

EDIT 06/01

I used :

{

background-color: #B6A136 ;

}

It worked but it also reveals the text even before starting the quizz. And the cell herself is not considered as an answer anymore even if the manual editor states the answer type.

Do I need to add more specifications ?

3 Comments
+2
Level 83
Jan 2, 2025
Did you give the css an !important tag to overrule the built-in JetPunk css? Beyond that, you’d just need to use the correct classes and put it in css styling. I’m not sure what the class of the cells are, but you can use the inspect tool on a PC to select any element on the page to see its classes.
+1
Level 1
Jan 3, 2025
I wasn't aware of the !important tag either, I'm not very good with code...

So I just need to put it during Step#2 ?

Could this work :

ANSWER

I'll try to inspect to find a way too.

Thanks !

+1
Level 1
Jan 3, 2025
I used :

{

background-color: #B6A136 ;

}

It works but it also reveals the text even before starting the quizz. And the cell herself is not considered as an answer anymore even if the manual editor states the answer type.

Do I need to add more specifications ?