From 48267a7211e94c68ffb862e07219bed4bb090cf6 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 9 Dec 2015 15:36:51 -0500 Subject: [PATCH] remove file icons from nav menu --- style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 199ab77..e0ca44e 100644 --- a/style.css +++ b/style.css @@ -49,7 +49,9 @@ Text Domain: galleria } } - +.main-navigation ul li a::before{ + display: none; +} .theme-default .nivo-caption{ background: rgb(99, 133, 73); position: inherit !important; -- 2.17.1