Search Field not Selectable

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

This topic contains 1 reply, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 9 years, 9 months ago.

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

    Hello,

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

    #2042
    Ernest Marcinko
    Ernest 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;
    }
    
    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.