Welcome to the RaGEZONE - MMORPG development forums.

How to change the bar BG on the me page

This is a discussion on How to change the bar BG on the me page within the Habbo Tutorials forums, part of the Habbo Hotel category; Ive figured out how to change the top 1. Go to inc -> tpl 2. Open head-overrides-generic 3. Find Code: ...

LyncusMU
Results 1 to 2 of 2
  1. #1
    In the Habbo Section
    Rank
    Member +
    Join Date
    Sep 2011
    Location
    Liverpool, UK
    Posts
    457
    Liked
    41

    How to change the bar BG on the me page

    Tabo Hotel
    Ive figured out how to change the top
    1. Go to inc -> tpl
    2. Open head-overrides-generic
    3. Find
    Code:
    #header-container { background-color: #B8DBEB; }
    4. Change this to whatever hex colour you want
    Code:
    #header-container { background-color: #B8DBEB; }
    But if you want an image change it to something like
    Code:
    #header-container { background-image: url('%www%/images/bg.png'); }
    Rep or Like the POST !
    Last edited by tomsaundo; 02-12-11 at 09:00 PM.

  2. HostKey.com: Unmetered Dedicated servers in the Netherlands
  3. #2
    In the Habbo Section
    Rank
    Member +
    Join Date
    Sep 2011
    Location
    Liverpool, UK
    Posts
    457
    Liked
    41

    Re: How to change the bar BG on the me page

    Updated Sorry about the folder Error

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •