• Hello! I have altered the footer.php of my twenty fourteen child theme by piecing together different bits of code I’ve found in the support forums.

    Please see here: https://dev2.katebodien.com

    The “Created by Kate Bodien” part of the footer is fine. But do you see the Copyright info immediately following that part? It is white and impossible to see. I feel like this is such a dumb question, but how can I make that copyright info black?

    Thanks so much in advance. ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • I see your using a child-theme.
    Go into Appearance > Editor
    Add this to the style.css

    .site-info {
    color: #000;
    }
    Thread Starter MrsBodien

    (@mrsbodien)

    Thank you so much! I’m learning more every day ??

    Hi Kate, can you share the code you use to remove “Proudly powered by WordPress” from the footer and replace it with “Created by Kate Bodien | Copyright ? 2014 YWCA of Oil City, PA “?
    I looked in the forums but found too many solutions… Thanks!

    Do not edit the Twenty Fourteen theme. It is the current default WordPress theme and having access to an original, unedited, copy of the theme is vital in many situations. First create a child theme for your changes.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Footer.php Copyright Info’ is closed to new replies.