From 42285995453ec076badc20cadb190d2f438e4dd9 Mon Sep 17 00:00:00 2001 From: andrewmbacon Date: Wed, 26 Aug 2015 10:57:14 -0400 Subject: [PATCH] Adjusting load order for sherman css was loading *after* custom css styles. --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 9c24a9e..8595b39 100644 --- a/functions.php +++ b/functions.php @@ -80,5 +80,5 @@ function sherman_scripts() { } -add_action( 'wp_enqueue_scripts', 'sherman_scripts', 99); +add_action( 'wp_enqueue_scripts', 'sherman_scripts', 50); ?> \ No newline at end of file