template Nblack 1.5

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 Jahre weitere
hello, i want to know how to put a logo on template Nblack 1.5
13 Jahre weitere
First Method

In your nopCommerceProject

Go to app_themes/ChooseYourCurrentTheme/images/logo.gif

replace the default image with your logo and name it as logo.gif

OR

Second Method

Save your logo in this location : app_themes/ChooseYourCurrentTheme/images/

Now go to app_themes/ChooseYourCurrentTheme/master.css  (Open the file master.css)

find this code below and change logo.gif with YourImage/logo.gif
--------------
a.logo
{
  background: url('images/logo.gif');
---------------
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.