I'm a Drupal newbie and want to use the Analytic theme for a news site. I want to replace the picture of the pennies in the header to something related to my site.

How do you do this?

Thanks in advance for any help.

Cheers!

Comments

Deepika.chavan’s picture

Hi,
Save/Move the image which you want to use in header region, in theme's 'analytic/images/ ' directory.
Then please add following code in local.css file and replace 'header-image.jpeg' with name of your image :

#money-bg {
  background: transparent url(images/header-image.jpeg) repeat scroll right top;
}

You can use "height" property to increase the height of '#money-bg' according to your image.
e.g. height: 100px;

Rgrds,

Deepika Chavan.

restyler’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

piquef’s picture

Priority: Normal » Major
Status: Closed (fixed) » Active

I am having a problem with changing the header image in the Analytic theme, which seems to fall under this same topic. If I substitute a header-image.jpg that is 722x90, it looks great. However, if I also add a site logo 64x73, the header image gets partially obscured (IN INTERNET EXPLORER ONLY) by the now larger Site Logo + Site Name + Site Slogan box. Safari and Firefox work fine with or without a site logo - there is only a problem in Internet Explorer.
What is the best way to remedy this?

Summary:
Logo + Name + Slogan + header-image => displays fine in Safari and Firefox
Logo + Name + Slogan + header-image => left end of header image is obscured in Internet Explorer
NO LOGO + Name + Slogan + header-image => displays fine in Internet Explorer, Safari and Firefox

The Analytic theme demo page http://sidashin.ru/analytic/ does not use a logo display, so I suspect this might be a problem no matter what size header image you use. It seems to persist with different sized header images when I try them.
Thanks for any advice.
Charles