Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save divienginesupport/079d4fe03007ecc67ef1511ababe2052 to your computer and use it in GitHub Desktop.
Save divienginesupport/079d4fe03007ecc67ef1511ababe2052 to your computer and use it in GitHub Desktop.
Change the background color of selected checkboxes at filter
/* PLEASE REPLACE RED WITH ANY COLOR OF YOUR CHOICE OR PUT ANY HEX COLOR CODE YOU WANT */
.et_pb_de_mach_search_posts_item_1 .divi-radio-tick_box.radio-choice-radio .divi-checkboxmulti input:checked~.checkmark{
background-color:red !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment