Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Getting rid of background - so is just white ...

Quote Reply
Getting rid of background - so is just white ...
Hi,

Got a bit of an annoying problem with a design I'm working on :(

http://www.cheaphotelcenter.com/.../Honduras/index.html

The problem is with the blue background - behind the "wrapper".

I've tried editing both luna.css and luna_core.css, with the:

Code:
body {
margin: 0px;
padding: 0px;
color: #33332e;
background: #ffffff;
font: normal 11px tahoma, geneva, verdana, sans-serif;
text-align: center;
}

...but it still shows up as blue.

Am I missing something really stupid? :/

TIA!

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] Getting rid of background - so is just white ... In reply to
Hm, are you sure on this?

You have still have:
Code:
body {
color: #000000;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
background: #000066;[/b]
margin: 4px;
}[/code]in luna.css

Cheers,
Boris

Facebook, Twitter and Google+ Auth for GLinks and GCommunity | reCAPTCHA for GLinks | Free GLinks Plugins
Quote Reply
Re: [eupos] Getting rid of background - so is just white ... In reply to
haha - I knew it was something simple :D

I was editing /pages/luna/luna.css, but it was actually using /links/luna/luna.css .

I've edited the right file now, and it all seems to be working great now <G>

Thanks Boris Angelic

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] Getting rid of background - so is just white ... In reply to
Hehe, you are welcome Andy,

btw: Use web developer plugin for FireFox this will help you a lot and try combination with FireBug works fine for me

Cheers,
Boris

Facebook, Twitter and Google+ Auth for GLinks and GCommunity | reCAPTCHA for GLinks | Free GLinks Plugins
Quote Reply
Re: [eupos] Getting rid of background - so is just white ... In reply to
Hi,

Thanks. I already use that extension for FF =) (I was editing the CSS in real time, and the changes were looking correct - which was what confused me as to why my changes in the CSS wern't taking effect ;))

Thanks again.

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!