Title: andrew910's Replies | WordPress.org

---

# andrew910

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

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

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[simpler] How to change the title text for the logo](https://wordpress.org/support/topic/how-to-change-the-title-text-for-the-logo/)
 *  Thread Starter [andrew910](https://wordpress.org/support/users/andrew910/)
 * (@andrew910)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/how-to-change-the-title-text-for-the-logo/#post-7098851)
 * I solved it
 * In **header.php** add this line in **line 26**
 * `<div id="logo"> <a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"
   > <img src="urltoyourlogo" alt="nameofyoursite" /></a></div>`
 * If you want opacity to logo add this in **style.css** or **custom css**
 *     ```
       #logo a:hover img {
         opacity: 0.8;
       }
       ```
   

Viewing 1 replies (of 1 total)