zovi Hi. There should be an option to remove slogan in template's settings, but You may also use this css:
.navbar-brand .slogan { display: none; }
For the background start with this:
#header {
background-repeat: no-repeat;
background-position: center;
}