Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › the background color of the date frame › Reply To: the background color of the date frame
November 29, 2022 at 2:43 pm
#40262
Keymaster
Hi!
1. Use this custom CSS:
div.asp_w.asp_sb.searchsettings input[type=text]:not(.asp_select2-search__field) {
background: red !important;
}
2. The best option is to probably enter text below the search shortcode instead.