2014年8月26日 星期二

Change logo

Q:
I've browsed the other "replace the logo" posts suggested by the "similar threads" and tried to implement a couple of them, with no success. I renamed the original logo.png as logo.original.png. I have a new logo file that measures 220x77 pixels. I named that file logo.png and moved it into the templates/ja_university/images folder. I then modified my template.css file as follows:

Code:
/* Logo Image ---*/
h1.logo {
  width: 220px;
 /* height: 56px; edit by Endahl 12/11/12 for new LCB logo*/
  height: 77px;
}

h1.logo a {
  background: url(../images/logo.png) no-repeat left;
  display: block;
  width: 220px;  
  /* height: 56px; */
  height: 77px;
}
I saved the file, cleared the browser cache, reloaded my web page, and it still has the old logo. 


Solve:

Needed to move my logo.png file into each of the ja_university/themes/color/images folder. Thanks for the help!

沒有留言:

張貼留言