Fantastic theme! I was wondering if there was a way, or a future feature, which would allow page specific banners? A different one for the calendar, the forums and maybe taxonomy categories?

Comments

bengtan’s picture

Hi,

You can edit tma.css yourself around line 130-140 where you see:

  #topbanner 
  {
    background:transparent url(images/single_banner.png) no-repeat scroll 0%;
    border-bottom:1px solid #999999;
    height:70px;  
  }

  .front #topbanner 
  {
    background:transparent url(images/home_banner.png) no-repeat scroll 0%;
  }

  .section-admin #topbanner 
  {
    background:transparent url(images/archive_banner.png) no-repeat scroll 0%;
  }

Implementing the ability to change banners from within the drupal cms itself might be just a little bit tricky - tricky enough that it's probably not worth the effort.

bengtan’s picture

Status: Active » Closed (won't fix)

Expiring this issue.