• Resolved johnnyr860

    (@johnnyr860)


    My site is here.

    The code

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

    doesn’t seem to do anything. I was trying to change the background color of the footer where the copyright info is from the default color it is to black. Not sure why the code is not working as that is the one I found on the customizr site.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Try this code is your Child Theme or CSS Editor:

    footer#footer .colophon a, footer#footer .colophon p {
        color: #ff0000;
    }

    I chose red.

    Thread Starter johnnyr860

    (@johnnyr860)

    I just tried that. All it did was change the color of the text from black to red which is not what I wanted. I am trying to change the footers background color not the footer text color.

    Oh sorry, this code then

    footer#footer .colophon {
        background-color: #FFF;
    }

    Just change the #FFF

    Thread Starter johnnyr860

    (@johnnyr860)

    Well I don’t know what it is about wordpress and customizr coding that my site just doesn’t like but either way this one finally did the trick. A lot of times when I copy and paste code from the customizr site onto my custom CSS box that came with customizr it just doesn’t work on my site. But at least I am all squared away for now. Thank you for the help ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Can't seem to change footer color’ is closed to new replies.