Posted by ithacaindy on November 27, 2010 at 9:03pm
I want to replace the block titles (like "Events >>") with a graphic. Where would I start? Thanks.
I want to replace the block titles (like "Events >>") with a graphic. Where would I start? Thanks.
Comments
Check modules: Cufon,
Check modules: Cufon, Textimage.
For custom tasks you might use simple CSS.
Simple CSS? How do I used
Simple CSS? How do I used that to replace a view block's header text, for instance?
Take a look, for
Take a look, for instance:
.block-title {
height: 0px;
padding-top: 15px; /* Image height value*/
width: 120px;
background: transparent url(./images/block-title.png) center center no-repeat;
overflow: hidden;
}