[Help] How do I change Logo [Help]

Navigation

Posting Freak
Feb 15, 2012
715
137


This logo, not client.

Is it the same as client with Decompiler? Or coded? Confused.
 

Predict

Active Member
Jun 27, 2011
126
63
The logo is inside a ID (#header h1 a, #header h1 span).

So basically add this into your <head></head> tags

<style type="text/css">
#header h1 a, #header h1 span
{
background-image:url("path/to/image") no-repeat;
}
</style>
 

Users who are viewing this thread

Top