I want to make the colors of Yes and No different colors, but I do not know the method.
I searched the template editor and template js,
Please tell me a good plan.
As an example
<! - Yes -> <label class = "btn btn - primary>
<! - No -> <label class = "btn btn-default> etc ..
I tried setting the question display override.
However, the question display part is not displayed in the template editor.
Is the following wrong?
· Copy application / views / survey / * to template / {your_view_directory} / survey /
This part (template / {your_view_directory} / survey /) is
I interpret it as (template / {my_template} / {my_view_directory} / survey /) below.
Hello Joffm!
Thank you for the quick reply.
It seems my search was missing. . .
I did not know that there is a way in CSS like this! I will refer to it.
However, since there are over 100 questions, I feel that it is not valid this time.