How can I style the checkmark background?
-
Hi. This is driving me crazy.
Currently the chackmark background is near black. I want to make it white but I cant find where this setting is in the style editor. I have tried to overwrite and even with !important to no avail. The CSS below seems to always win.
.happyforms-styles .happyforms-part .option-label input:checked+.checkmark, .happyforms-part.happyforms-part-choice–display-as-letters input:checked+.checkmark {
background-color: #000;
background-color: var(–happyforms-color-choice-checkmark-bg-focus);
}Cheers
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How can I style the checkmark background?’ is closed to new replies.