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 3 years, 4 months ago.
- AuthorPosts
- January 20, 2020 at 11:10 am #25351
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.January 20, 2020 at 12:38 pm #25352Hi Simon,
There might be also a margin on the input field, make sure that is disabled as well: https://i.imgur.com/5E8M1Qv.png
Best,
It should very likely resolve the issue.
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
January 20, 2020 at 1:00 pm #25353You cannot access this content.January 20, 2020 at 1:18 pm #25354You cannot access this content.January 20, 2020 at 7:09 pm #25357Hi,
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 :)
January 23, 2020 at 10:40 am #25420You cannot access this content.January 23, 2020 at 5:37 pm #25440Hi 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 :)
- AuthorPosts
You must be logged in to reply to this topic.