664 users online

How to replace header logo with my own

Posted: one year ago Quote
Hi:

How do I replace the nopCommerce logo at the header (top left) section of the application?

I am talking about the big logo at the top of the page, not the one on the footer that you have to pay $50 to remove.

Thanks in advance..

Robert Lobaina
www.integratedbrands.biz
cell in the US: (954) 802-0036
This post/answer is useful
0
This post/answer is not useful

Please login or register
to vote for this post.

(click on this box to dismiss)
Robert Lobaina
www.integratedbrands.biz
robert@bizzynet.net
Posted: one year ago Quote
Replace the file located in:
App_Themes\<your theme name>\logo.gif

That's it :)

BR
Joakim
This post/answer is useful
0
This post/answer is not useful

Please login or register
to vote for this post.

(click on this box to dismiss)
http://www.kryddlandet.se & http://www.kevant.se
Posted: one year ago Quote
Thank you very much!

except now everything else like the menu names gets moved around. I guess i'll have to play with the .css as another gentleman did in a similar post.

once again, thanks for taking the time to respond.

Robert Lobaina
www.integratedbrands.biz
This post/answer is useful
0
This post/answer is not useful

Please login or register
to vote for this post.

(click on this box to dismiss)
Robert Lobaina
www.integratedbrands.biz
robert@bizzynet.net
Posted: one year ago Quote
Hello,

I have replaced the NopCommerce logo with my own. However, I can't seem to make the Logo display any larger in the Header. The original Width & Height of NopCommerce's logo was 340 X 70 where mine is 294 X 89. There are 2 places I can find the settings for the Logo; I can find it in BOTH master.css files; one in "App_Themes\administration" and another is in "App_Themes\darkOrange" directories.

I changed the settings of master.css file in "App_Themes\administration" as follow:

ORIGINAL SETTING:

.header .logo
{
  background: url('images/white_afg_logo.jpg');
  display: block;
  width: 217px;
  height: 67px;
  text-decoration: none;  
}

UPDATED SETTING:

.header .logo
{
  background: url('images/white_afg_logo.jpg');
  display: block;
  width: 294px;
  height: 89px;
  text-decoration: none;  
}

The result however had no effect.

Secondly, I changed the settings of master.css file in "App_Themes\darkOrange" as follow:

ORIGINAL SETTING:

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

UPDATED SETTING:

a.logo
{
  background: url('images/white_afg_logo.jpg');
  display: block;
  width: 294px;
  height: 89px;
  text-decoration: none;
}

The result however had no effect.

Anyone with a solution or have encountered this before, your feedback is appreciated. OR... could this be a bug in NopCommerce? I am using Version 1.0

Many thanks!
This post/answer is useful
0
This post/answer is not useful

Please login or register
to vote for this post.

(click on this box to dismiss)
Posted: one year ago Quote
try clearning catch and cookies of your browser and then again try to run your website and see if you see any changes...
This post/answer is useful
0
This post/answer is not useful

Please login or register
to vote for this post.

(click on this box to dismiss)
Please VOTE for the post if it helps you.

Thanks
Mike-nickname

If im not available here, post ur question on my site forum & I'll reply back there ASAP

www.strivingprogrammers.com
(Online Forums: ASP.NET, SQL, C#, AJAX, HTML, CSS, VB, C++, MS Office, Photoshop, Windows, Linux & more)
Posted: one year ago Quote
Hi,

Clearing the Cache is what I always do. Unfortunately, it didn't help at all!

Many thanks!
This post/answer is useful
0
This post/answer is not useful

Please login or register
to vote for this post.

(click on this box to dismiss)