Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Change checkbox styling › Reply To: Change checkbox styling
November 5, 2018 at 11:34 pm
#19792
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.