[REVCMS] How do I edit the color of the background header?

sim0n

Member
Feb 16, 2013
227
15
Hi. I want to change the gray bar, line, whatever, to another colour. Here is a picture of what I mean:

987r6x.png
 

Dann

ohi
Jan 26, 2013
234
49
Grey top bit should be: app/tpl/skins/habbo/images/topbg.gif you can also edit this in your common.css file.
Tabs should be: app/tpl/skins/habbo/images/tabs.gif
 

KyleVonnie

Come @ me Bro!
Oct 26, 2011
993
176
Tabs are in the images folder.
And for the header color do the following:
Go into htdocs/wwwroot > app > tpl > skins > habbo > styles > common.css
Find this line :
Code:
#header-container{background-color:#BDBDBD;
Change #BDBDBD to any color you want, using HTML color codes ofcourse.
 

sim0n

Member
Feb 16, 2013
227
15
Grey top bit should be: app/tpl/skins/habbo/images/topbg.gif you can also edit this in your common.css file.
Tabs should be: app/tpl/skins/habbo/images/tabs.gif
Thanks! Worked to change the tabs color but not the background.
Kyles method worked to changed the background though!
 

Users who are viewing this thread

Top