Title: Use Theme CSS not working
Last modified: December 28, 2018

---

# Use Theme CSS not working

 *  Resolved [Johnny](https://wordpress.org/support/users/johnny18sg/)
 * (@johnny18sg)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/use-theme-css-not-working/)
 * Hi,
 * I set “Use Theme CSS” to Yes under the Display Setting, but it is not working.
   The WeForms CSS still takes precedence over my theme CSS.
 * How do I get it to work?
 * Thank you.
    Johnny
 * PS: Enable No-Conflict Mode is checked.

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [Robin](https://wordpress.org/support/users/emazharulislam/)
 * (@emazharulislam)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/use-theme-css-not-working/#post-11039206)
 * Hello [@johnny18sg](https://wordpress.org/support/users/johnny18sg/),
 * Actually you shouldn’t face such inconvenience but still, you are facing. Could
   you please contact [here](https://wedevs.com/contact/) with your site details?
 * Thanks.
 *  [Mehedi Hasan](https://wordpress.org/support/users/thebengalboy/)
 * (@thebengalboy)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/use-theme-css-not-working/#post-11040074)
 * Hello [@johnny](https://wordpress.org/support/users/johnny/),
 * Not sure why but have you tried any other theme? Or it is not working with any
   of the themes in your case?
 * Looking forward to hearing from you 🙂
 * Thanks
 *  Thread Starter [Johnny](https://wordpress.org/support/users/johnny18sg/)
 * (@johnny18sg)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/use-theme-css-not-working/#post-11041525)
 * Hi,
 * It could be theme conflict.
 * Thanks for replying.
 *  [Chiara Aiola](https://wordpress.org/support/users/aiolawp/)
 * (@aiolawp)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/use-theme-css-not-working/#post-11044304)
 * I had the same issue after plugin update. It seems that the plugin’s css overrides
   the theme’s one. I have this issue in particular with the file jquery-ui-1.9.1.
   custom.css which is loaded after my theme’s style. I don’t know what is changed
   with the last version, i solved the problem in my theme adding a dependency to
   my wp_enqueue_style function like this:
 *     ```
       wp_enqueue_style('child-style',
               get_stylesheet_directory_uri() . '/style.css',
               array('parent-style', 'jquery-ui'),
               wp_get_theme()->get('Version')
           );
       ```
   
 * hope it helps
    Chiara
    -  This reply was modified 7 years, 5 months ago by [Chiara Aiola](https://wordpress.org/support/users/aiolawp/).
    -  This reply was modified 7 years, 5 months ago by [Chiara Aiola](https://wordpress.org/support/users/aiolawp/).
 *  Thread Starter [Johnny](https://wordpress.org/support/users/johnny18sg/)
 * (@johnny18sg)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/use-theme-css-not-working/#post-11270227)
 * Thank you, Chiara 🙂

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Use Theme CSS not working’ is closed to new replies.

 * ![](https://ps.w.org/weforms/assets/icon-256x256.png?rev=1978687)
 * [weForms - Easy Drag & Drop Contact Form Builder For WordPress](https://wordpress.org/plugins/weforms/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/weforms/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/weforms/)
 * [Active Topics](https://wordpress.org/support/plugin/weforms/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/weforms/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/weforms/reviews/)

 * 5 replies
 * 4 participants
 * Last reply from: [Johnny](https://wordpress.org/support/users/johnny18sg/)
 * Last activity: [7 years, 3 months ago](https://wordpress.org/support/topic/use-theme-css-not-working/#post-11270227)
 * Status: resolved