Gossamer Forum
Home : Products : Gossamer Links : Discussions :

background color for the luna template

Quote Reply
background color for the luna template
The background color for the luna template was changed from white to black and the change can be seen in ie, however the change isn't showing up in firefox.

Any ideas?
http://www.hopeforyou.com

Last edited by:

HopeForYou: Jun 22, 2009, 4:34 PM
Quote Reply
Re: [HopeForYou] background color for the luna template In reply to
Hi,

your can change your luna.css file. From line 138 to 144 it should look like

Code:

body { background: #FFFFFF; }
/* these colours are the same as defined by 'a', but we unset a:visited */
#loginbar a:hover {
color: white;
}
Quote Reply
Re: [neves] background color for the luna template In reply to
neves wrote:
Hi,

your can change your luna.css file. From line 138 to 144 it should look like

Code:


body { background: #FFFFFF; }
/* these colours are the same as defined by 'a', but we unset a:visited */
#loginbar a:hover {
color: white;
}

Perfect! - Thank you!
http://www.hopeforyou.com