Created
June 20, 2022 18:37
-
-
Save divienginesupport/079d4fe03007ecc67ef1511ababe2052 to your computer and use it in GitHub Desktop.
Change the background color of selected checkboxes at filter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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