Page 1 of 1

Design, customization, skins, templates

Posted: 13 Oct 2005, 15:29
by matty2470
OK, a couple of simple design questions.

I would like to customise my mantis to look like my other applications.

Really I would be satisfied just to be able to put a background image. Any clues how I would do this? A fixed background image?

Also, has anyone designed a mantis and put icons for the menu items?

How would one go about this?

Thanks

Posted: 13 Oct 2005, 16:08
by Narcissus
You should be able to modify most of the look and feel with the CSS file. Mantis includes /css/default.css in all of the relevant pages and most fields have CSS classes associated with them. Note that that is just the default CSS file: you can change which CSS file to include by changing the $g_css_include_file variable in your config_inc.php file.

Edit that file and you should be good to go I daresay...