From 5cc73319c8ca4416ddf26fa2449ad0d6eceeb78f Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 13 Nov 2015 09:13:40 -0500 Subject: [PATCH] changed relative link path for assets --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 3ad31d9..4953b84 100644 --- a/style.css +++ b/style.css @@ -321,7 +321,7 @@ table.variations td { } } .site-branding { - background: url("/assets/the-molehole-logo.jpg") 0% 40% no-repeat; + background: url("/wp-content/themes/galleria/assets/the-molehole-logo.jpg") 0% 40% no-repeat; background-size: 100% auto; margin-top: 25px !important; margin-bottom: 20px !important; -- 2.17.1