Please go to Appearance >> Customize >> Custom CSS and JS >> Custom CSS box and paste the css code below in that Custom CSS box:
.logo {
border-right: none;
}
#header {
border-bottom: none;
}
.navbar-default .navbar-nav .v-divider {
border-left: none;
}
Thank you