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

Reply To: the background color of the date frame

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

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