change header color and logo size

R Started by Rachael · April 24, 2018 at 2:19 pm · 3 replies 1 voice Last reply 8 years, 2 months ago
ST
Spiracle Themes Original poster
#2

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

Post a reply

Join the conversation. Be kind — this is a public forum.

Replying to change header color and logo size

By posting, your reply becomes public (unless marked private).