Change Logo

I would like to change the Logo. Please can you advise me of the image folder location.

Image attached for better understanding

1 answer

congtq 0.00 $tone July 22, 2010
Public

Logo is defined in 2 files:
-- skin\frontend\default\jm_morganite\csstheme.css

Code:

h1#logo a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 200%;
	height: 51px;
	width: 318px;
	background: url(../images/logo.png) no-repeat left top;
	text-indent: -99999px;
}

-- app\design\frontend\default\jm_morganitetemplate\ page\html\header.phtml

Code:

<h1 id="logo"><a href="<?php echo $this->getUrl('') ?>">

Image is here skin\frontend\default\jm_morganite\images\logo.png

Read more at http://www.joomlart.com/forums/showt…l=1#post187213

#1

This question is now closed

Written By

Comments