Hi!
I'm trying to change the "Start" button color from salmon to our green as well as highlight colors with this css:
.asq-theme.asq-theme-buzzfeed .button.button-salmon {
color: #ffffff;
background: #1C4F35;
}
.asq-theme.asq-theme-buzzfeed .quiz-question-answer-selected, .asq-theme.asq-theme-buzzfeed .quiz-question-answer-selected:hover, .asq-theme.asq-theme-buzzfeed .question-completed .quiz-question-answer-selected:hover {
background-color: #1C4F35;
color: white;
}
But it's overriding my custom css code and still displaying original salmon and blue highlight on answer.
Also, can I disable the test title?
www.pioneersenior.com/new-eligibility-test/
Thanksss!!