Logo help

Joshy2597

Member
Mar 23, 2014
37
2
So unless I am bloody stupid, I can't mange to change my logo, I changed my logo.png and logo.png ... Am I missing something?
 

Sab

I love milfs.
Jun 25, 2011
1,212
136
Where in the CSS, sorry this is pissing me off. The template one yeah?
frontpage.css

Located in: /app/tpl/skins/Habbo/styles/frontpage.css in your directory

Open the file

Search for this using CTRL + H
Code:
#habbo-logo{width:152px;height:40px;background:url(../images/habbologo_whiteR.gif)

Change the 152 to the width of your logo and change 40 to the height of your logo. :D
 

Joshy2597

Member
Mar 23, 2014
37
2
frontpage.css

Located in: /app/tpl/skins/Habbo/styles/frontpage.css in your directory

Open the file

Search for this using CTRL + H
Code:
#habbo-logo{width:152px;height:40px;background:url(../images/habbologo_whiteR.gif)

Change the 152 to the width of your logo and change 40 to the height of your logo. :D
Thank you so much,

I have't seen it work yet after clearing cache, but it will work on the /me and the /index
 

Sab

I love milfs.
Jun 25, 2011
1,212
136
Do you know what the search would be, cause the one on the index has been update since last night but the other one on the /me still isnt
In your common.css file located in /app/tpl/skins/Habbo/styles/common.css

Search

Code:
width:111px;height:42px;border:0;background-repeat:no-repeat;background-image:url(../images/habbologo_blackR.gif)}
Change 111 for width and 42 for height!
 

Joshy2597

Member
Mar 23, 2014
37
2
In your common.css file located in /app/tpl/skins/Habbo/styles/common.css

Search

Code:
width:111px;height:42px;border:0;background-repeat:no-repeat;background-image:url(../images/habbologo_blackR.gif)}
Change 111 for width and 42 for height!
Thanks again, now just waiting for the update to take effect.
 

Users who are viewing this thread

Top