WooThemes CSS loads last
-
Is there a function I can make (or reference – I didn’t see anything on the installation page) to load MyCustomCSS after WooThemes CSS?
<?php wp_head(); woo_head(); ?>
I’m new to this, but I’m assuming MyCustomCSS loads in the wp_head() function and naturally WooTheme’s CSS loads thereafter with the woo_head() function. Therefore, any theme CSS I’d like to override have to be marked with “!important” which is pretty cringe-worthy. Is there a way to keep MyCustomCSS from loading under wp_head and instead load after woo_head?
Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘WooThemes CSS loads last’ is closed to new replies.