Title: cjdarnault's Replies | WordPress.org

---

# cjdarnault

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Better Font Awesome] Medium Icon is not up to date.](https://wordpress.org/support/topic/medium-icon-is-not-up-to-date/)
 *  Thread Starter [cjdarnault](https://wordpress.org/support/users/cjdarnault/)
 * (@cjdarnault)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/medium-icon-is-not-up-to-date/#post-7067043)
 * Thank you braad! What would be the best way to identify which plugins are loading
   these other versions?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Gravit] Add social icons/links to the About Me page](https://wordpress.org/support/topic/add-social-iconslinks-to-the-about-me-page/)
 *  Thread Starter [cjdarnault](https://wordpress.org/support/users/cjdarnault/)
 * (@cjdarnault)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/add-social-iconslinks-to-the-about-me-page/#post-5545896)
 * Awsome! thank you. Worked like a charm. How do I get the icons to show different
   hover colors? For example the facebook icon in a dark blue, while twitter is 
   a light blue. Right now they don’t have a color at all. I would like to make 
   the RSS icon orange.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Simone] Logo in the tile box](https://wordpress.org/support/topic/logo-in-the-tile-box/)
 *  [cjdarnault](https://wordpress.org/support/users/cjdarnault/)
 * (@cjdarnault)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/logo-in-the-tile-box/#post-5385497)
 * If you only want a log in the titlebox, in the Header.php file, find in the code
   where it says:
 * > <div class=”title-box”>
   >  <h1 class=”site-title”>” rel=”home”><?php bloginfo(‘
   > name’ ); ?>
   > </h1>
   >  <h2 class=”site-description”><?php bloginfo( ‘description’);?
   > ></h2> </div> </div>
 * Replace the h1 and h2 classes with:
 * > <img src=”image_url_here”>
 * So it should look like:
 * > <div class=”title-box”>
   >  <img src=”image_url_here”> </div> </div>
 * If you want to keep the Title and/or Description, do not remove the h1/h2 code
   I told you to remove. Just add the image code.

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