Black line left in footer background after color change

I changed the header and footer color for my site to ivory and for some reason there is a black line at the top of the footer still. How do I get rid of it? This is my website: http://www.jsaphotography.com/

Hi Jess,

It’s very easy. Go to line no. 1177 of style.css in theme folder and change the color for

border-top: 1px solid #3A3A3A;

Replace #3A3A3A with any color you like.

Guess that’ll do the job. Let us know if you need any further assistance.

It worked great. Thank you!

Cleaner solution would be to add this code to Theme Options - Other - Custom CSS and replace color code accordingly.

That way you would make theme update safe. Amit’s solution while would work perfectly fine it would be reverted after next theme update if you decide to install one. Now a big deal but still I think you should know it :wink:

#colophon {
    border-color: #ff00ff;
}

Thanks! So I added in the Call to Action button at the bottom and there is another grey colored line left at the bottom of that. How do I get rid of that line?