Site title changed color when inserted copyright into footer twenty twelve-child
-
I’m using twentytwelve theme and created twentytwelve-child. In the child, I inserted the copyright info into the footer, shown as:
?>
</div><!– #main .wrapper –>
<footer id=”colophon” role=”contentinfo”>
<div class=”site-info”>
<?php do_action( ‘twentytwelve_credits’ ); ?>
” title=”<?php esc_attr_e( ‘Semantic Personal Publishing Platform’, ‘twentytwelve’ ); ?>”><?php printf( __( ‘Proudly powered by %s’, ‘twentytwelve’ ), ‘WordPress’ ); ?>© 2015 SDA Seattle. All rights reserved.
</div><!– .site-info –>
</footer><!– #colophon –>
</div><!– #page –><?php wp_footer(); ?>
</body>
</html>When I inserted that copyright text, the site title and the sub-title color changed to blue. How do I get the site title to return to red color, like it was originally in twentytwelve theme?
My site is testarea.sdaseattle.org
Thanks.
- The topic ‘Site title changed color when inserted copyright into footer twenty twelve-child’ is closed to new replies.