Guest Posted July 3, 2013 Share Posted July 3, 2013 Hey everyone, Looking to edit the jQuery Autocomplete CSS file without modifying core files. The file is /js/jquery/autocomplete/jquery.autocomplete.css I tried making this path with that file in my themes js folder with no success. Any ideas? Thanks in advance, Link to comment Share on other sites More sharing options...
vekia Posted July 4, 2013 Share Posted July 4, 2013 you can create styles for autocomplete in your global.css file, just after each param:value use !important for example: .ac_results li { margin: 0px!important; padding: 2px 5px!important; cursor: default!important; display: block!important; font: menu!important; font-size: 12px!important; line-height: 16px!important; overflow: hidden!important; } will work as you expect 1 Link to comment Share on other sites More sharing options...
Guest Posted July 4, 2013 Share Posted July 4, 2013 Ah! Good idea vekia, I wasn't really thinking hard enough! Thanks as always. eggo Link to comment Share on other sites More sharing options...
vekia Posted July 4, 2013 Share Posted July 4, 2013 you're welcome 8) waiting for new autocomplete styles on your awesome anewall webshop regards Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now