Reply To: CSS Fault in Safari

#2959
Ernest Marcinko
Ernest Marcinko
Keymaster

Hi!

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 :)