• Resolved samparisi

    (@samparisi)


    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>

Viewing 3 replies - 1 through 3 (of 3 total)
  • Generally, that kind of stuff is handled under your theme customization options. Look on the left sidebar of the WP dashboard for Appearance > Customize. That should give you color and typography options for each section of your theme. It might also give you a spot for custom CSS. Without knowing your theme, there’s not much more we could offer here. Hope this helps.

    Thread Starter samparisi

    (@samparisi)

    @timothydungan

    Wow! How easy was that? I was pretty sure that I tried that before but this time I found it all the way down in the color section. Thank you. I really appreciate it.

    All the best from southern Germany.

    NP. Take care.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change background color and font color in my footer?’ is closed to new replies.