Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › How to override CSS? › Reply To: How to override CSS?
February 29, 2024 at 6:09 pm
#47140
Keymaster
Hi,
Basically if the CSS is going to be printed inline (which will have higher specificity), then this will work:
div.asp_sb.searchsettings fieldset input[type='text'] {
border: 1px solid red !important;
}