Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

How can I remove backgrund from Brewt template set?

Quote Reply
How can I remove backgrund from Brewt template set?
I need to make changes to the layout of the brewt template set but I have been unable to find where or what I need to modify to change the main page background. Currently it has the grey horizontal stripe background. I am trying to change this to a basic white color instead so it will integrate and blend in properly with my site graphics and advertisements.

Can anybofy offer any suggestions or ideas on how this can be done?

Any and all help much appreciated!
Scott Halliday

Last edited by:

shalliday: Jan 29, 2006, 2:05 PM
Quote Reply
Re: [shalliday] How can I remove backgrund from Brewt template set? In reply to
Look at style.css in the template directory. Near the bottom, there's a rule:
Code:
body {
background-image: url(<%url_images%>/templates/<%t%>/background.gif);
}

Adrian
Quote Reply
Re: [brewt] How can I remove backgrund from Brewt template set? In reply to
Thank you very much! Worked like a charm. Laugh
Scott Halliday