Posted by TimothyJ on September 7, 2008 at 2:47pm
Jump to:
| Project: | The Morning After |
| Version: | 6.x-0.0-1 |
| Component: | Miscellaneous |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (won't fix) |
Issue Summary
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
#1
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.
#2
Expiring this issue.