Add a non-structured component in the template

Topic summary

  • Goal: add a prominent phone number at the top of a Shopify store without using a structured component.

  • Proposed approach: edit the theme code. Navigate to Online Store > Themes > Edit code, open theme.liquid, and insert the phone number text/HTML immediately after the tag.

  • Example used: “My Phone 0987654321,” which places the number prominently at the top of all pages. Screenshots were provided to show where to paste the code and the resulting display.

  • No competing solutions or disagreements were presented. The thread provides a direct, actionable fix; resolution status is unconfirmed by the asker but likely addressed by the instructions.

Summarized with AI on February 4. AI used: gpt-5.

Hi every one,
How can I add a non-structured component in the shopify theme i choose,

I need to add a phone number in the top of the website and it has to be prominent.
thank a lot
Irit

Hello @Renaye

You can follow these steps:

  1. Go to Online Store->Theme->Edit code

  1. Open your theme.liquid file, paste the below code after


      My Phone 0987654321
    

    

Result like this

I hope the above is useful to you.

Kind & Best regards,
GemPages Support Team