I can’t seem to get rid of the shadow on the bottom of my logo bar – I am using Integrity – here’s what’s in CSS that I’ve tried (below) and url is http://www.miachocolates.com
.x-navbar .x-nav > .current-menu-item > a,
.x-navbar .x-navbar-inner .x-nav-collapse .x-nav > .current-menu-item > a {
-webkit-box-shadow: none;
box-shadow: none;
}
.x-navbar-wrap {
position: relative;
z-index: 99;
border: none;
box-shadow: none;
}
div.x-navbar.x-navbar-fixed-top, .x-colophon + .x-colophon {
border: none;
box-shadow: none;
box-shadow: none;
}
.entry-wrap {
-webkit-box-shadow: none;
box-shadow: none;
}
.x-navbar {
border-bottom-color: #ffffff !important;
box-shadow: none !important;
}
blockquote.x-blockquote {
border-width: 0;
}
.x-breadcrumb-wrap {
background-color: #fff;
border: none;
margin-top: 10px;
}
thanks!