Viewing 1 replies (of 1 total)
  • Hey there pampoenluke,

    How are you doing today?

    I’m not sure which part you’re referring to, sorry 🙁

    Please try adding the following CSS code in the style.css file of your child theme or if your theme doesn’t have custom CSS tab add it in your site using the following plugin:

    http://wordpress.org/plugins/simple-custom-css

    #colophon .info-bar {
        background-color: #b1d0dc;
    }
    
    #colophon div#site-generator {
        background: #1a1a1a;
    }

    First part should change the top bar in the footer and the second one the bottom part, these are original colors so you’ll have to change color hex value to display another color. You can use sites similar to this one to get hex value for the color of your choice: http://www.color-hex.com/

    Cheers,
    Bojan

Viewing 1 replies (of 1 total)

The topic ‘Changing Footer Colour’ is closed to new replies.