6. To use your own logo, simply overwrite "logo.gif" that is located in includes/templates/cherry_zen/images/ and upload. If you upload a logo that is wider than about 165 pixels, you'll need to decrease the percantage width of #taglineWrapper in the css:
#taglineWrapper {
width:75%;
float:left;
}
If you'd like to turn off the tagline, and have a centered logo, you would open up includes/languages/english/cherry_zen/header.php, and remove this text:
Your logo could be wider here, Sales Header Text Could Be here, Or a Banner Image, or any combination of the three; find instructions in the readme.txt, which you have read already, right?
Then to center the logo, remove float:left; from the #logo tag in the css.
Bookmarks