This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Change checkbox styling

#19792
custompczonecustompczone
Participant

Just an update, I was able to change the color with this:

[code]
#ajaxsearchprosettings3_1.searchsettings .asp_option_inner label, #ajaxsearchprosettings3_2.searchsettings .asp_option_inner label, div.asp_sb.asp_sb_3.searchsettings .asp_option_inner label, div.asp_s.asp_s_3.searchsettings .asp_option_inner label {
background-image: linear-gradient(180deg, rgb(78,203,182) 0%,rgb(78,203,182) 100%);
}
[/code]

Still having trouble with the sizing though.