Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › CSS Fault in Safari
This topic contains 5 replies, has 2 voices, and was last updated by kckassgr 9 years ago.
- AuthorPosts
- November 13, 2014 at 7:16 pm #2956
Hi,
there’s something strange with the CSS. I “designed” a search bar and when I preview it in the admin area it’s being displayed perfectly fine. But then on the final page it shows a white field with rounded corners within the blue bar, that’s not supposed to be. I only want a completely blue bar. Please see attached screenshot. Furthermore, this is only when I’m using Safari, the problem doesn’t exist with Chrome for example.
Do you know what to do?
Thank you very much!!
November 13, 2014 at 7:17 pm #2957November 13, 2014 at 7:31 pm #2959Hi!
My best guess is that the theme stylesheet overrides the input style. Try to add the following CSS to the search options “Theme Options->Custom CSS” tab field(https://i.imgur.com/ns4vcKl.png):
.probox .proinput input { border: 0px !important; border-radius: none !important; background: transparent !important; box-shadow: none !important; }
After saving the options, it should appear correctly I guess.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
November 14, 2014 at 5:43 pm #2963Thanks, but that didnt work. Any other idea? Please note the problem only exists with Safari.
November 14, 2014 at 5:47 pm #2964I still think it’s a css issue.
Could you please link me to a page where the search is active? I will check it with safari on your site.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
November 15, 2014 at 1:08 pm #2965Ok I figured it out. You use input type=”search” and apparently in some browsers or whatsoever it is not allowed to override certain style settings like background for input type=”search”. I changed to input type=”text” and Safari is displaying it correctly now. The only weird thing is that on your website wp-dreams.com you have a similar bar and although it is input type=”search” as well Safari has no problems with it.
- AuthorPosts
You must be logged in to reply to this topic.