change header color and logo size

This topic has 3 replies, 1 voice, and was last updated 5 years, 11 months ago by Spiracle Themes.

Viewing 3 reply threads
  • Author
    Posts
    • #1103


      Rachael
      Guest

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

      fanandflame.website

      thank you!

    • #1106


      Spiracle Themes
      Guest

      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

    • #1107


      Rachael
      Guest

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

    • #1109


      Spiracle Themes
      Guest

      You are welcome 🙂

Viewing 3 reply threads

Reply To: change header color and logo size

Your information:




Cancel