how to change the background logo image?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
Dear all,

i am a newcomer here, would like to ask a simple question. does anyone know how to change the background logo image on the top left corner of my nopcommerce created website?
13 years ago
Look in Admin - > Global Settings -> SEO/Dipslay -> Store theme to find the theme you are using
Then find the this theme in App_Themes
Here is the CSS for the logo in styles.css

a.logo
{
  background: url('images/logo.gif');
  display: block;
  width: 225px;
  height: 60px;
  text-decoration: none;
}

You could either edit the file images/logo.gif file
or edit the styles.css to point to a new file

A
13 years ago
Also you can created you own logo in this programm - The logo creator. It is not difficult. You can download trial version.
Then you created you logo just past in 'images/logo.gif'
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.