Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Wireyou

    (@wireyou)

    Figured out how to change the text color.
    <font color=”#000000″>text</font>

    Theme Author Fruitful Code

    (@fruitfulcode)

    Footer background color

    footer#colophon {
    background:#000;
    }

    Text color in footer

    footer#colophon .site-info {
    color:#fff;
    }

    Link color in footer

    footer#colophon .site-info a {
    color:#f1f1f1;
    }

    Thank you for the information. I apologize, but I have only limited website creation knowledge, so I need to ask – where to put these lines? Style.css or footer.php? And where exactly? I need to change the footer background color.

    Thank you very much!

    it must be on the css box go to appearance -> theme options-> custom css

    something like that

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change Footer Background Color’ is closed to new replies.