Changing Footer Color on WordPress Site

  • Unknown's avatar

    I looked on the forums for similar topics, but I couldn’t find any solutions that worked. I thought I had this right but…

    body.home {
    background-color: #000000;
    background-image: none;
    }
    #footertop, #footerbg {
    background: #000000;
    }

    That’s my current CSS for my front page. I have the top part right I know (Because my background actually changed black how I wanted), but the footer background color still won’t change. Does anyone know what may be wrong with the CSS? I’m a bit rusty so I might be missing something obvious.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, I see you have now gotten the footer background color to black on Goran with the following CSS.

    .site-footer {
        background: none repeat scroll 0 0 #000;
    }

    Since CSS is theme specific, when you are looking for solutions, it would need to be one for the theme you are using.

    I love your header and logo. Very nice!

  • The topic ‘Changing Footer Color on WordPress Site’ is closed to new replies.