• I would very much like to change the default black color of the title bar at the top to something else – please help?

Viewing 4 replies - 1 through 4 (of 4 total)
  • put this in your CSS

    #masthead-wrap, .header_container {
    background: #000000;
    }

    change the #000000 to the colour you want

    Thread Starter bogomolny

    (@bogomolny)

    Cindy, thanks, but that didn’t change anything at all ??

    I even went through all of the css and changed every single instance of #222 to #00F but nothing on the site changed at all.

    Is there some sort of default that I need to override?

    Thread Starter bogomolny

    (@bogomolny)

    just in case we’re talking about different things, I’d like to change the color of the background around the top menu and bottom footer area. I’d like to change the dark grey to a blue.

    thanks again, Cindy & friends.

    Theme Author Template Express

    (@danstriker)

    Hello, to change the header bg color you will have to change the following styles:

    .header_container {
      background: #222;
    }
    #masthead-wrap {
      background-color: #222;
    }

    To change the footer bg color change the following:

    .site-info {
      background-color: #333;
    }
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change color of title bar’ is closed to new replies.