Title: How insert Text besides logo
Last modified: March 14, 2020

---

# How insert Text besides logo

 *  Resolved [tritongr](https://wordpress.org/support/users/tritongr/)
 * (@tritongr)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/how-insert-text-besides-logo/)
 * Hi
 * I need to insert some text just to the right of the logo in the header.
 * This is what I mean: [text to be inserted](https://prnt.sc/rgdqm7)
 * The only way I found, is to change the code on inc/extras.php > function astra_site_branding_markup().
 * But seems I can’t do it in the Astra child theme I use.
 * Could you please provide me some help on how to override/remove/rewrite this 
   hook inside my child theme’s functions.php?
 * Here you can find the code I need to insert: [Code](https://prnt.sc/rgdnfa)
 * Thanks

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

 *  Thread Starter [tritongr](https://wordpress.org/support/users/tritongr/)
 * (@tritongr)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/how-insert-text-besides-logo/#post-12545060)
 * Ok found a solution with this filter:
 *     ```
       add_filter( 'astra_logo', 'my_astra_logo' );
       function my_astra_logo($html){
           return ($html . 'Custom html here.');
       }
       ```
   
 * I don’t know if there is a better solution to display the site title and tagline
   just to the right of the logo.
 * Thanks
 *  [Team Brainstorm Force](https://wordpress.org/support/users/brainstormteam/)
 * (@brainstormteam)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/how-insert-text-besides-logo/#post-12545154)
 * Hi [@tritongr](https://wordpress.org/support/users/tritongr/) ,
 * You can set your site title and tagline inline with the logo from the customizer’s
   site Identity setting. Here is the screenshot just for the reference: [http://bit.ly/2QgIzfr](http://bit.ly/2QgIzfr)
 * I hope this will helps. 🙂
 * Regards,
    Deepak
 *  Thread Starter [tritongr](https://wordpress.org/support/users/tritongr/)
 * (@tritongr)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/how-insert-text-besides-logo/#post-12545263)
 * Hello Deepak.
 * Indeed you helped me as I had missed the Inline check box in customizer.
    This
   is exactly what I was looking for.
 * Thanks a lot!
 *  [vs2020](https://wordpress.org/support/users/vs2020/)
 * (@vs2020)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/how-insert-text-besides-logo/#post-12546917)
 * Is there any way to place my site name and tag line below the site logo? Thanks
 *  [Team Brainstorm Force](https://wordpress.org/support/users/brainstormteam/)
 * (@brainstormteam)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/how-insert-text-besides-logo/#post-12547244)
 * [@vs2020](https://wordpress.org/support/users/vs2020/) ,
 * Yes, you can simply uncheck the inline site title from the customizer’s site 
   identity setting, and it will set the site title just below the logo.
 * Regards,
    Deepak

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

The topic ‘How insert Text besides logo’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/astra/4.13.2/screenshot.jpg)
 * Astra
 * [Support Threads](https://wordpress.org/support/theme/astra/)
 * [Active Topics](https://wordpress.org/support/theme/astra/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/astra/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/astra/reviews/)

 * 5 replies
 * 3 participants
 * Last reply from: [Team Brainstorm Force](https://wordpress.org/support/users/brainstormteam/)
 * Last activity: [6 years, 2 months ago](https://wordpress.org/support/topic/how-insert-text-besides-logo/#post-12547244)
 * Status: resolved