From a325c8eee81c1903c223dbd57be402af9d1ed0dc Mon Sep 17 00:00:00 2001 From: Ben Stein-Lobovits Date: Tue, 8 Jul 2014 15:35:24 -0700 Subject: [PATCH] [FIX] Remove background and box shadow --- css/custom.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/custom.css b/css/custom.css index bb7f34f82b..1a21886efb 100644 --- a/css/custom.css +++ b/css/custom.css @@ -1,5 +1,10 @@ /* Additional Styling */ +body .content-root { + background: none !important; + box-shadow: none !important; +} + .header .left { float: none; max-width: 1024px;