How to add 'Need help? Call us now' above the phone number in Warehouse theme?

Topic summary

A user seeks to add the text “Need help? Call us now” above the phone number in their Warehouse theme header. They provided example images showing the current state and desired result.

Proposed Solutions:

Multiple respondents suggest similar approaches:

  • Navigate to Online Store → Themes → Actions → Edit code
  • Locate the Sections folder → header.liquid file
  • Find the code section displaying the phone number (likely near a class name containing “phone” or “header-icon”)
  • Insert HTML markup above the existing phone number code:
Need help? Call us now
  • Save changes

Note: The responses contain reversed/garbled text in places, making some technical details unclear. This is a code customization task requiring direct theme file editing. Users should test changes and may need further support depending on their specific theme structure.

Summarized with AI on November 20. AI used: claude-sonnet-4-5-20250929.

Hi

Please can u provide a solution to adding “need help? call us now” to above the phone number on the header (attached example below)

my store:

URL: homeoutletdirect.com

Theme: Warehouse

wanted result:

example:

cheers..

@bennyhenders

This is code customization work Please share your sections/header.liquid file code.

Thanks!

Hello @bennyhenders ,

You can try to follow these steps:

  • Go to Online Store → Themes → Actions → Edit code
  • Go to Sections folder → header.liquid file → Scroll down until you find the section of code that displays your phone number. It may look something like this:

   555-555-5555

  • Add the following code above the phone number code:

   Need help? Call us now

  • Save changes

Hope this can help. Let us know if you need any further support.

Ali Reviews team.

Hi @bennyhenders Yeah you can do that but for that you have to do changes in your codes. let me try to help you follow below steps-

  1. Go to Online Store

  2. Edit Code

  3. Open header.liquid file and find for "header-phone-icon" class name

  4. now you will see code like this below


Just replace with the below one -


Need Help? Call us Now!

I hope it will work so please let me know when works!