Title: proprojects's Replies | WordPress.org

---

# proprojects

  [  ](https://wordpress.org/support/users/proprojects/)

 *   [Profile](https://wordpress.org/support/users/proprojects/)
 *   [Topics Started](https://wordpress.org/support/users/proprojects/topics/)
 *   [Replies Created](https://wordpress.org/support/users/proprojects/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/proprojects/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/proprojects/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/proprojects/engagements/)
 *   [Favorites](https://wordpress.org/support/users/proprojects/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Media Library Not loading within Edit Post or Page](https://wordpress.org/support/topic/media-library-not-loading-within-edit-post-or-page/)
 *  Thread Starter [proprojects](https://wordpress.org/support/users/proprojects/)
 * (@proprojects)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/media-library-not-loading-within-edit-post-or-page/#post-5215521)
 * Additional information on this issue:
 * Copied site to a separate host for testing purposes and media library loading
   works fine in edit post. The original/live site uses GoDaddy.
 * Still would be good to pinpoint a solution, since the site won’t be moving hosts.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to Change Footer background and text Colour](https://wordpress.org/support/topic/how-to-change-footer-background-and-text-colour/)
 *  [proprojects](https://wordpress.org/support/users/proprojects/)
 * (@proprojects)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/how-to-change-footer-background-and-text-colour/#post-5215520)
 * Hi,
    You should be able to do this in the stylesheet file for your theme. From
   the backend, go to Appearance > Editor
 * The stylesheet edit page should be the first page you land on, if not select 
   it (from the list on the right, stylesheet.css).
 * if you don’t know how to edit CSS, here is a good place to get some basic know-
   how: [http://www.w3schools.com/cssref/pr_background-color.asp](http://www.w3schools.com/cssref/pr_background-color.asp)
 * Most footers will be something like:
 * #footer{
    background-color: #add_color_code_here; }
 * yours looks more like this:
 * footer .col-sm-6 {
    background: #707070; /*That is the color code in your social
   icons*/ color:#FFF; /*This may make the font color white*/ }
 * Of course there may be a few more classes you need to change in order to change
   the _color_ on a specific element. (If it’s not something you can control in 
   your theme options in the first place).
 * **Have fun.**
 * If it’s all too overwhelming, feel free to contact a developer like me.

Viewing 2 replies - 1 through 2 (of 2 total)