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.

Colours of the default theme

Ha77manHa77man New
edited December 2011 in Vanilla 2.0 - 2.8

I am trying to change the white section of my website. I have managed to change the header colour to black.

The site is www.dnbspace.com/DNBSpace/index.php

Any help much appreciated.

Thanks
M

Answers

  • sahotataransahotataran ✭✭✭
    edited December 2011

    i suggest grabbing firebug in firefox or rightclicking on you webpage in chrome and right clicking and inspecting element and trying to change the properties in that element property

    and the link you provided didnot load on my PC

    There was an error rendering this rich post.

  • Cannot load your site.

    There was an error rendering this rich post.

  • you can change background color for div #Frame.

    There was an error rendering this rich post.

  • which White section would you like to change @ha77man

    you need to sort your htaccess out, site will not load with www. in it

    There was an error rendering this rich post.

  • All of the bottom section from white.

    Yeah I will get my htaccess sorted out too ;)

  • Like the whole white section. There are two colours white and black. I want the white colour to be changed but cant find it in my style.css

    I tried firebug but not sure exactly what to do...Any help appreciated

  • the difficulty is that vanilla inherantly doesnt use a footer. The way round this is to force footer to the bottom of the page. This way you can control the entire background.

    As @sahotataran sais you use #Frame, so ...

    Change body {background: none repeat scroll 0 0 #FFFFFF;} to whatever color you want

    There was an error rendering this rich post.

  • Still not sure how to do it. Sorry complete noob here :)

  • in your style.css you can add line:
    #Frame {background:color code you want}

    There was an error rendering this rich post.

  • Ha77manHa77man New
    edited December 2011

    OK, where does it need to go?

    find what?

  • anywhere in your style.css - its best if you have your custom.css in your theme folder - then you can add this into you custom.css anywhere

    There was an error rendering this rich post.

Sign In or Register to comment.