Hi there
I have just installed Ad Novus and would like to change the header to a flash one. I assume I will need to go into the css file and maybe the front page file too. Also, if I simply wanted to keep the header as is only change it to my own logo style/design etc. is there a psd file I can use or should I just use the .png file supplied with the template?
regards
keith

Comments

Alan Cooney’s picture

Assigned: keith.stoddart » Alan Cooney
Status: Active » Fixed

Put it in here (page.tpl.php):

<div id="header-region">
      <?php print $header ?>
--here--
    </div>

And get rid of this in style.css:

#header {
-- this --
  background:#c7dce1 url('images/inset-banner.jpg') no-repeat 50% 0pt;
-- end delete --

Status: Fixed » Closed (fixed)

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