Background colors

Discussion in 'Templates customization' started by spalora, Dec 9, 2007.

  1. spalora

    spalora New Member

    Joined:
    Dec 7, 2007
    Messages:
    3
    I have changed the background colors in amember.css, and it seems like all i can edit with that file is the table colors and text colors. How do I change the background color of the page and the 2 border lines that go across the top and bottom of the page.
  2. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
    Add this in your CSS:
    body {
    background-color: #color;
    }

    You can also modify the header.html and footer.html files.

    David
  3. spalora

    spalora New Member

    Joined:
    Dec 7, 2007
    Messages:
    3
    Thanks a bunch david....

Share This Page