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

Reply To: Search Bar Styling

#4309
Ernest MarcinkoErnest Marcinko
Keymaster

I remember now. It’s the ubermenu CSS file, it’s not the same as on the live server.

This file: \wp-content\plugins\ubermenu\standard\styles\basic.css

You don’t need to copy the whole file if you don’t want to, but you need to add 2 more lines to the beginning of that file. So on the demo server where you see this on line 11:
[code]#megaMenu.megaResetStyles span,
#megaMenu ul.megaMenu,
#megaMenu ul.sub-menu,[/code]
change it to:
[code]#megaMenu.megaResetStyles div:not(.probox),
#megaMenu.megaResetStyles div:not(.probox *),
#megaMenu.megaResetStyles span,
#megaMenu ul.megaMenu,
#megaMenu ul.sub-menu,[/code]
and that’s it. Problem solved. I didn’t edit, because I don’t know where the demo files are.