0
Welcome Guest! Login
0 items Join Now

I need a black background, but how?

  • I need a black background, but how?

    Posted 14 years 3 months ago
    • Hello

      I want to create a site that is black background with white text, I have taken a look through the templates and dont see one that is coloured without making alterations

      But how would I change things like background colour, with modules also. I have no idea on this really

      some sites that I can show as example follow. Has anyone done this already and can show me their sites

      Thanks all

      www.gabriellewalker.co.uk/
    • Yves's Avatar
    • Yves
    • Preeminent Rocketeer
    • Posts: 9214
    • Thanks: 5

    Re: I need a black background, but how?

    Posted 14 years 3 months ago
    • Look at template.css and start with changing these lines:
      body {
           font-size: 12px;
           line-height: 1.7em;
           font-family: Helvetica,Arial, Sans-Serif;
           background: #000;     <<<<<<
           color: #fff;     <<<<<<
           }

      Then in the used css, remove any background image under module titles, etc. replace the url by #000
    • Yves
  • Re: I need a black background, but how?

    Posted 14 years 3 months ago
    • Thanks Yves

Time to create page: 0.080 seconds