Hi Rachael,
Use the CSS below
.navbar-default{
background : #fff;
}
.home .navbar-default .navbar-nav > .active > a, .home .navbar-default .navbar-nav > .active > a:focus, .home .navbar-default .navbar-nav > .active > a:hover{
color: #555 !important;
}
.home .navbar-default .navbar-nav > li > a{
color: #555 !important;
}
.navbar-header{
padding-top: 0px;
}
.custom-logo {
max-width: 100%;
max-height: 100%;
}
Copy and paste this CSS in Appearance -> Customize -> Additional CSS
Best Regards