change header color and logo size

Rachael April 24, 2018 at 2:19 pm

How do I change the header color from transparent to white?
How do I make the logo bigger?

fanandflame.website

thank you!

Replies (3)

  1. Rachael April 24, 2018 at 2:19 pm

    How do I change the header color from transparent to white?
    How do I make the logo bigger?

    fanandflame.website

    thank you!

  2. Spiracle Themes April 25, 2018 at 7:11 am

    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

  3. Rachael April 25, 2018 at 11:15 pm

    Works perfectly! Thank you so much, I greatly appreciate it!

  4. Spiracle Themes April 26, 2018 at 4:55 am

    You are welcome 🙂

Post a Reply

Reply To: change header color and logo size
Your information: