How Do i change my websites logo?
How Do i change my websites logo?
the colors, size, etc. of the logo are in your theme's style.css
look for this:
/*** LOGO & HEADLINE ***/
#site-title{position:absolute;left:0;top:40px;z-index:6;}
#site-title h1#logo{font-size:400%;font-weight:bold;font-style:normal;margin:0;padding:0;float:left;line-height:60px;}
#site-title h1#logo a{color:#ddd;text-decoration:none;text-shadow:#fff 1px 1px 1px;font-variant:small-caps;}
#site-title h1#logo a:hover{color:#ed1e24;}
#site-title p.headline{float:left;border-left:1px solid #999;margin:0 0 0 1em;padding:.2em 0 .2em .8em;font-weight:normal;font-size:140%;line-height:64px;letter-spacing:0.4em;}
you will just need to play with it to get what you want
always back up file before changes
thank you samboll
This topic has been closed to new replies.