Fork me on GitHub

Cannot Change White Background Colour  Bottom

  • I've took a picture part of my site to show what i want changed..

    http://www.academy.lcfc.info/outsidebackground.JPG

    My site is 70% width, i want the outside white background a dark blue colour, i think it would look better than it all being white. Please help me sort this out i've spent so long trying to get it working.
  • Edit the tag in StyleNN.css and Style.css

    --
    Zikula Themes
  • What exactly do i have to change?

    Code

    BODY {
    color: #000000;
    SCROLLBAR-FACE-COLOR: #dddddd;
    SCROLLBAR-HIGHLIGHT-COLOR: white;
    SCROLLBAR-SHADOW-COLOR: #999999;
    SCROLLBAR-3DLIGHT-COLOR: #999999;
    SCROLLBAR-ARROW-COLOR: #666666;
    SCROLLBAR-DARKSHADOW-COLOR: white;
    SCROLLBAR-BASE-COLOR: silver;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 11px;
    font-weight: normal;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    text-decoration: none;
    }

    Thats all i can see in the body section..

    Also on your site how did u get the affilates part of your site to get brighter as you move the mouse over the icons :)
  • add:

    background: #000000;

    with the appropriate color code of course.
  • It dont work it just turns my whole page blue.
  • 0 users

This list is based on users active over the last 60 minutes.