Create the file /includes/templates/YOUR_TEMPLATE/css/index_home.css and add:
#logoWrapper{
background-image: url(../images/logo_for_home_page.gif);
background-repeat: no-repeat;
background-color: #ffffff;
height:315px;
}
Edit the file /includes/templates/YOUR_TEMPLATE/css/stylesheet.css (if it doesn't exist, copy the file from the template_default directory).
#logoWrapper{
background-image: url(../images/logo_for_notthehome_page.gif);
background-repeat: no-repeat;
background-color: #ffffff;
height:100px;
}
There are other page, category and product overrides that can be done with CSS. Read /includes/templates/template_default/css/CSS_read_me.txt for more information.


Reply With Quote


