Reply To: Styling help required please to look like the dev version

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Styling help required please to look like the dev version Reply To: Styling help required please to look like the dev version

#2597
Ernest Marcinko
Ernest Marcinko
Keymaster

Hi!

I did a few nice and one nasty change you should be aware of.

The nasty change is, that I had to make a tiny change to the ubermenu standard css file, because it was overriding everything inside the search box and there was no other solution unfortunately.
The change is in the ubermenu/standard/styles/basic.css file on line 11. It was this:


#megaMenu.megaResetStyles div,

but this rule basically overwrote every div including the search divs inside of it, so I changed that line to this:


#megaMenu.megaResetStyles div:not(.probox),
#megaMenu.megaResetStyles div:not(.probox *),

The other changes are only minor changes on the search configuration, and a few lines of custom css, which you can see on the Theme Options->Custom Css tab on the search options panel.

I hope, that this is how you imagined the search engine.

Best,
Ernest Marcinko

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