Help - Search - Members - Calendar
Full Version: maintitle customisation
Invision Power Services > Community Forums > Community Web Design and Coding
zippy
anyone point me to a guide on how to do them custom images for maintitle.

Or if i using a fixed width, can i just use a full width image?
Michael K.
Look for this in your CSS:

CODE
.maintitle,
.maintitlecollapse{
    background: transparent url(http://forums.invisionpower.com/style_images/1/tile_cat.gif);
    border: 1px solid #FFF;
    border-bottom: 1px solid #5176B5;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 8px;
}


(with a different URL for the background image of course). Change the URL to a pic of your own. You could also simply overwrite the tile_cat.gif image. Oh, and yes, you could use a full width image on a fixed width layout. original.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.