The wordpress theme I bought has some jQuery UI styling included in its default CSS file. The problem is I have a plugin that uses jQuery UI and the theme's default CSS makes the plugin corrupted. I want the default jquery UI CSS file to override UI styling contained in my theme's CSS file.
I see some people mentioned using Enqueue to make the jQuery CSS load in the bottom of the page, but I don't know how to do this.
Thanks.
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
|
|||||||||
|
|
You might be able to try something like this in your footer:
Where If that doesn't help, maybe some of the other coding on the WP Codex page might help, wp_enqueue_script |
|||
|
|
