How to enter a content that can be visible on all the drop down menu pages(Editions)

Topic summary

Goal: Add a short, consistent message at the top of the catalog tab that appears across all dropdown menu pages (Editions).

Platform: Shopify. Two approaches were outlined:

  • Theme editor: In themes like Brooklyn and Debut, there’s a built-in option to add content to the catalog tab. Open the Theme editor for the chosen theme and edit the content as needed.
  • Code editor: Edit the catalog.liquid file to insert the desired text. catalog.liquid is the template for the catalog page; changes here can make the content appear consistently.

Guidance: Keep the message concise; avoid overly long content.

Status: Practical methods suggested, but no confirmation of implementation or resolution yet. The discussion appears open.

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

We are looking for a solution for having few lines in the catalog tab on top of the page which automatically adds to all the drop down menu pages.

If you are building this store in Shopify, there are different Shopify Themes like Brooklyn and Debut. These have a built-in option to add content in the catalog tab. To make it happen. go to the Theme editor option of the respective theme. Then, edit the content as per your requirement.

There is also another way to do it is Shopify code editor. Once you have access to the code editor, you can add the content that you want to appear in the tab by editing the catalog.liquid file.

catalog.liquid

One tip we would like to share is not to extend the content length and keep it concise.