
Originally Posted by
Johnnyd
Hello Clyde, I have tried the things you have sent me and again thankful for the time you have spent.The logo,s were created in xara Webstyle as two seperate images so i would still like the ability to edit them in xara.Your default positon for a logo suits my needs for the first logo and I would like to delete entire header sales text and its position and replace that with second logo. I have edited the Logos and they are attached here.Thanks again John

First: save your images to includes/templates/rustic/images
Second: open includes/languages/english/rustic/header.php
find the following line of code:
Code:
define('HEADER_SALES_TEXT', 'TagLine Here<br />This text can be changed by<br />editing <code>includes/languages/english/rustic/header.php</code><br />To replace the logo, upload your logo.gif to <code>includes/templates/rustic/images/</code>');
and change it as follows:
Code:
define('HEADER_SALES_TEXT', '');
Third: open includes/templates/rustic/css/stylesheet.css
find the following line:
#taglineWrapper {
margin-left:135px;
padding-top: 2px;
background: url(../images/callout_bg.gif) no-repeat;
width:560px;
}
and change it as follows:
#taglineWrapper {
margin-left:135px;
padding-top: 2px;
background: url(../images/logo_b.jpg) no-repeat;
width:640px;
height:78px;
}
Bookmarks