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

Search Field not Selectable

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Search Field not Selectable

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2041
    GetYourGoatGetYourGoat
    Participant

    Hello,

    Users can’t write in the text area of the search field? It isn’t selectable at all.

    #2042
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    It’s because something is setting the input field height to 0 pixels.

    Try to add the following CSS lure somewhere into the theme css file:

    .probox .proinput input {
       height: 30px !important;
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.