Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Custom Settings Box (Checkboxes and buttons…) › Reply To: Custom Settings Box (Checkboxes and buttons…)
September 27, 2021 at 12:15 pm
#34878
Keymaster
Well, it depends on the custom CSS code, but simply adding classes with properties may not have effect, because CSS specificity also plays a role. To override existing rules, higher specificy CSS code has to be used.
Simply put, if you have only a few rules, use the !important keyword to override the original CSS rules.