Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Change color of the top bar (header) in the default theme

I'm trying to change the color of the top bar, the one behind the logo and the menu to black.

I know it must be super easy, I've even downloaded firebug, but I don't know the css code to make it change. :(

Any help! Thanks a lot in advance.

Comments

  • whu606whu606 I'm not a SuperHero; I just like wearing tights... MVP

    @todosteam

    Which version of Vanilla are you using?

  • todosteamtodosteam New
    edited March 2013

    Sorry, I should have specify more. I'm using 2.0.18.4.

    This is the forum: http://todosteam.com/foro/

    Thank you @whu606.

  • whu606whu606 I'm not a SuperHero; I just like wearing tights... MVP
    edited March 2013

    @todosteam

    This does it for me:

    #Head {
        background:  #000;
    }

    This change is made in the custom.css file of your theme, in the design folder.

    If you are using the default Vanilla theme, then you should create a custom theme and make any css changes in a file called custom.css, rather than try to edit any of the core files.

    See here for how to do that.

    The custom.css file only contains the css you want to change, so it can be as short as one rule.

  • Thank you @whu606!

    It worked perfectly!

Sign In or Register to comment.