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

Reply To: Custom Settings Box (Checkboxes and buttons…)

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…)

#34878
Ernest MarcinkoErnest Marcinko
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.