Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #114281
    pfeiffernc
    Participant

    How do I remove the white band at the top below the logo and title area? I would like it all to be black, and use a transparent logo in the header section. I went through the code, and swapped out my colors, now the block behind the logo and title is black, but the main area is still white.

    http://xlstesting.xtremefitnesscenter.com/

    ThaNKS!

    #114319
    Mahesh
    Keymaster

    @pfeiffernc: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #masthead {
        padding: 0;
        background-color: #000;
    }
    
    #site-branding {
        padding: 0;
    }
    
    #site-branding, 
    #site-logo, 
    #site-header {
        background-color: #000;
    }

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Logo / header Background color change’ is closed to new replies.