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

Red BG On Mobile Page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #42351
    chinuchinu
    Participant

    Hello, On mobile pages, there’s this red bg appearing on the search bar. How to remove it?

    #42353
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    It looks like a simple CSS conflict. This custom CSS code should resolve it:

    .asp_m form {
        border: none !important;
    }

    Apply this code to your theme custom CSS field (if it supports it) or use the custom CSS field on the search plugin back-end.

    #42354
    chinuchinu
    Participant

    Okay Thanks. I want to display the theme search box, but want results from Ajax Search Pro.

    How to achieve that?

    #42360
    Ernest MarcinkoErnest Marcinko
    Keymaster

    For the live search results that is not possible unfortunately – the search bar is required to trigger the live queries.

    For the results page if you enable the results override and select which search bar to use to override the results, that should do the trick.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.