Search box styling does not work

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

This topic contains 6 replies, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 4 years, 2 months ago.

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #25351
    Simon52
    Simon52
    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 Marcinko
    Ernest 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.

    Best,
    Ernest Marcinko

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


    #25353
    Simon52
    Simon52
    Participant
    You cannot access this content.
    #25354
    Simon52
    Simon52
    Participant
    You cannot access this content.
    #25357
    Ernest Marcinko
    Ernest 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

    Best,
    Ernest Marcinko

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


    #25420
    Simon52
    Simon52
    Participant
    You cannot access this content.
    #25440
    Ernest Marcinko
    Ernest 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.

    Best,
    Ernest Marcinko

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


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

You must be logged in to reply to this topic.