Title: Adding header text
Last modified: August 30, 2016

---

# Adding header text

 *  Resolved [KLMD](https://wordpress.org/support/users/klmd/)
 * (@klmd)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/adding-header-text-1/)
 * Anyway to add text to the header section, above the social media and search icons?
   For example a phone number in the top right corner of header?
 * Thanks in advance.

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

 *  Theme Author [WEN Themes](https://wordpress.org/support/users/wenthemes/)
 * (@wenthemes)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/adding-header-text-1/#post-6347239)
 * You can do this by removing main action
    `remove_action( 'wen_corporate_action_header_right_area','
   wen_corporate_search_box_in_header', 10 );`
 * and overriding it by your custom function hooked like below.
 * `add_action( 'wen_corporate_action_header_right_area', 'wen_corporate_text_above_search_box_in_header',
   10 );`
 * Thank you.
 *  Thread Starter [KLMD](https://wordpress.org/support/users/klmd/)
 * (@klmd)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/adding-header-text-1/#post-6347319)
 * Thanks for the follow up. Would I replace the code in CSS if so where is wen_corporate_action_header_right_area
   located. Or would I add to the custom CSS section.
    Thanks
 *  Theme Author [WEN Themes](https://wordpress.org/support/users/wenthemes/)
 * (@wenthemes)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/adding-header-text-1/#post-6347322)
 * This function is located in your theme’s ‘\inc\theme-hooks.php’ file.
 * Make sure you create a child theme and add this customization in your functions.
   php file.
 * Thank you.

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

The topic ‘Adding header text’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/wen-corporate/2.5/screenshot.png)
 * WEN Corporate
 * [Support Threads](https://wordpress.org/support/theme/wen-corporate/)
 * [Active Topics](https://wordpress.org/support/theme/wen-corporate/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/wen-corporate/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/wen-corporate/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [WEN Themes](https://wordpress.org/support/users/wenthemes/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/adding-header-text-1/#post-6347322)
 * Status: resolved