Viewing 5 replies - 1 through 5 (of 5 total)
  • What in particular do you want to change?

    I’ve found the most satisfying footer is created by using Widget Footer One-Two-Three in Dashboard>Appearance>Widgets and then changing the grey color.

    Try putting

    footer#footer {
      color: red;
    }

    in your child theme (Custom CSS won’t work because of the # character).

    I use the plugin Widget Builder to give more flexibility.

    Then you’d need to adapt the following CSS:

    footer#footer {
      background:                                       none repeat scroll 0 0 #83C0E5;
      border-top:                                       12px solid #E9EAEE;
      color:                                            #5A5A5A !important;
      padding:                                          0;
    }
    footer#footer p, footer#footer a {
        padding:                                        0px ;
        font-size:                                      1em ;
        text-align:                                     none;
        line-height:                                    1.2em ;
    }
    .colophon {
        display:                                        none;
    }

    Ah, I didn’t see your post when I posted mine. Nice approach.

    Thread Starter NightmareSystem

    (@nightmaresystem)

    Thanks a lot, this helped me! ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change Footer colours’ is closed to new replies.