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.
Add this in your CSS: body { background-color: #color; } You can also modify the header.html and footer.html files. David