librandi Hi. To remove shadow please use this css:
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
but for the logo I'm not sure if I understand. Can You please elaborate some more about what change is requested?