x

Footer Background Color Change

I have read through the forum and can't seem to find anything that helps.

I have already modified my them with changes to CSS, but I can't find the line in code to edit my footer background color.

I have a black background design and the footer is white, so that's a problem.

http://preview.editmysite.com/8f42c1.9a5939d7a829a2c054591ff782918df7

Site is not live but preview is above.

663 Views
Message 1 of 2
Report
1 REPLY 1

Hi @JAKTdesigns

Add the following code to Settings > SEO > header code, hit save and then publish and check on the live site. 

<style>
.footer-wrap {
    background-color: #000000 !important;
}
</style>
640 Views
Message 3 of 2
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.