Shape 5

Wordpress Club Themes => University - Club => : kbbruner February 03, 2011, 09:45:51 PM



: Change the Logo
: kbbruner February 03, 2011, 09:45:51 PM
I've searched throughout the template, but I can't seem to find where to change the logo.  Ideally, I don't want to simply name my png the same name as the logo that's already there (although that doesn't seem to have worked either).  Any help would be appreciated.


: Re: Change the Logo
: Tristan Rineer February 04, 2011, 11:26:36 AM
The logo image path can be changed in the "css/template.css" file on line # 584.  Look for:

:
#s5_logo {
float:left;
height:85px;
margin-bottom:15px;
margin-left:0;
margin-top:14px;
width:418px;
background: url(../images/Shape5_University_logo.png) no-repeat;}

You shouldn't need to do anything other than update the URL to point at whatever logo image you want to use.