How to change background color and font color in my footer?
-
Hello everyone,
I was wondering how am I able to change the background color and font color in my footer (Designed by Nino. 2016)
My current HTML for footer.php is:
`<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the #content div and all content after
*
* @package Sydney
*/
?>
</div>
</div>
</div><!– #content –><?php if ( is_active_sidebar( ‘footer-1’ ) ) : ?>
<?php get_sidebar(‘footer’); ?>
<?php endif; ?><i class=”fa fa-angle-up”></i>
<footer id=”colophon” class=”site-footer” role=”contentinfo”>
<div class=”site-info container”>
“><?php printf( __( ‘Designed by %s’, ‘sydney’ ), ‘Nino. 2016’ ); ?>
</div><!– .site-info –>
</footer><!– #colophon –>
</div><!– #page –><?php wp_footer(); ?>
</body>
</html>
- The topic ‘How to change background color and font color in my footer?’ is closed to new replies.