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

Search box styling does not work

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Search box styling does not work

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #25351
    Simon52Simon52
    Participant

    Hello,
    I can’t style the search box.
    Cant remove border from the box:
    https://prnt.sc/qq5xta
    Please explain where is the problem?
    I have disabled all caches and CDN.
    Maybe do you have also hover styling for the button.

    Thanks in advance,
    Simon.

    #25352
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi Simon,

    There might be also a margin on the input field, make sure that is disabled as well: https://i.imgur.com/5E8M1Qv.png
    It should very likely resolve the issue.

    #25353
    Simon52Simon52
    Participant

    You cannot access this content.

    #25354
    Simon52Simon52
    Participant

    You cannot access this content.

    #25357
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    For that level of customization, I would rather recommend using custom CSS to move the border to the different element:

    .probox {
       border: none !important;
    }
    
    .proinput {
        box-shadow: 0 0 0px 1px inset #cccccc !important;
        border-radius: 4px !important;
        margin: 0 12px 0 0 !important;
        padding: 0 24px !important;
    }
    
    .asp_text_button {
        line-height: 44px !important;
        padding: 0 24px !important;
    }

    This might not work for everthing, but should give you something like this: https://i.imgur.com/3DNcOmV.png

    #25420
    Simon52Simon52
    Participant

    You cannot access this content.

    #25440
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi Simon,

    I can confirm it was a bug within the 4.17.3 release on some installations. The bugfix patch was just released (4.17.4), you should be able to download and install it. That will resolve the issue immediately.

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