• Resolved cecelia-gay

    (@cecelia-gay)


    We are using a black background. The text color of the footer is black therefore the footer (copywrite) text in not visible however the link from the previous site builder is still there(assuming that should be deleted in footer.php.)
    This is what it looks like when highlighted:
    ? 2009 michele-andree-unblugged.com :: Built By

    Where and how can this be changed. Thanks
    Website
    https://www.michele-andree-unblugged.com/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Assuming your footer.php file is still the same, all you need to do is edit your style.css file and find where it says “#footer” near the bottom. Just add “color:#xxxxxx;” in there using the hexadecimal color code you’d like to use.

    Hope it helps!

    Thread Starter cecelia-gay

    (@cecelia-gay)

    Didn’t work, Maybe I put in the the wrong place. Am not very experienced but have managed to make all the complicated changes but this itsy one. Jeesh!

    /*********************************************
    Footer Styles
    *********************************************/
    #footer {
    margin: 15px 0px 0px 0px;
    padding: 20px;
    clear: both;
    text-align: left;
    font-size: 11px;
    }
    #footer a { color: fff; text-decoration: underline;
    color: #666
    text-decoration: underline
    }
    #footer a:hover {
    color: #666;
    text-decoration: underline;

    }

    This is what the footer.php looks like

    div id=”footer”>
    <!–footer.php–>
    © <?php print date(‘Y’); ?> <?php bloginfo(‘name’); ?> :: <?php _e(“Built By”); ?> Dr NetbInternet Marketing Expert.

    <!–necessary–>
    <?php wp_footer(); ?>
    </div>

    </div><!–end #wrap–>
    </div><!–end #container–>
    </body>
    </html>

    Thread Starter cecelia-gay

    (@cecelia-gay)

    obviously Dr net no longer here….

    Thread Starter cecelia-gay

    (@cecelia-gay)

    It’s fixed put color in and copied from style css to pink style css.
    Oh I don’t know anyway my big thanks…..Cecelia

    Anytime, glad you got it working!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘footer text color’ is closed to new replies.