Hi lacali21
To change the background, you can override by this custom CSS:
div#s5_menu_wrap {
background: none !important;
}
For the logo, you can use this:
@media screen and (max-width: 900px) {
#s5_logo_wrap, #s5_logo_wrap2 {
padding-top: 15px !important;
}
}