π How to Place Countdown in a Custom Position
The app offers two primary placement types for Countdown setups:
- π Default Placements
- π§© Custom Placements
In most cases, the default placement areas work perfectly fine.
However, sometimes merchants may want more flexibility and prefer placing the Countdown in a completely custom location depending on their storefront layout.
Thatβs exactly where the Custom Position feature becomes useful β¨
Using Custom Position, the Countdown can be placed:
- Inside Shopify App Blocks
- Inside Custom Liquid sections
- Inside Theme Files
- Inside manually controlled storefront locations
This documentation explains how to properly enable Custom Position and how to place the Countdown using both available methods.
π οΈ Step 1 β Open the App
Open the app from your Shopify Admin.
π Step 2 β Open or Create a Countdown Setup
You can either:
β Open an existing Countdown setup
β Or create a new setup
βοΈ Step 3 β Navigate to the Placement Tab
β Open the Placement tab inside the Countdown setup.
The Placement tab controls where and how the Countdown appears on the storefront.
π― Step 4 β Change Placement to Custom Position
Inside the Placement settings:
β Change the placement option to: Custom Position
β Then: Click Save
β οΈ Important:
Enabling Custom Position removes the Countdown from the default placement areas.
The Countdown will now appear only where it is manually placed.
π Method 1 β Using Countdown ID
This method is ideal when you want to place the Countdown directly using Shopifyβs Theme Editor.
π¨ Step 5 β Open Shopify Theme Editor
From Shopify Admin:
β Go to Sales Channels β Online Store
β Click Edit Theme
This opens the Shopify Theme Editor.
β Step 6 β Add the Countdown App Block
Inside the Theme Editor:
β Navigate to the section where you want the Countdown to appear
β Hover around compatible sections until the blue-colored β icon appears
β Click Add Block
Then:
β Open the Apps category
β Select the Countdown App Block
The App Block will now be added to the selected storefront area.
π Step 7 β Add the Countdown ID
Once the App Block is added:
β Enter the Countdown ID inside the App Block settings
Then:
β Save the Shopify Theme
β Save the Countdown setup inside the app as well
β οΈ Important:
Both saves are required.
Otherwise, the Countdown may not appear correctly on the storefront.
π§© Method 2 β Using Countdown Code Snippet
This method is useful when you want more advanced placement flexibility.
The Countdown Code Snippet can be:
- Added using a Custom Liquid block
- Added directly into Shopify Theme files
β Step 8 β Add a Custom Liquid Block
Inside Shopify Theme Editor:
β Navigate to the area where you want the Countdown to appear
β Hover around compatible sections until the blue-colored β icon appears
β Search for Custom Liquid
Then:
β Add the Countdown Code Snippet inside the Custom Liquid block
This allows the Countdown to render in the selected storefront position.
π» Adding the Code Snippet Directly into Theme Files
If needed, the Countdown Code Snippet can also be added directly into Shopify Theme code files.
This is useful when:
- App Blocks are unavailable
- Custom Liquid sections are unsupported
- Advanced storefront customization is needed
βοΈ Opening Shopify Code Editor
β οΈ Important:
It is not recommended to modify Shopify Theme files unless:
- You are comfortable working with Shopify code
- Or you understand what changes are being made
Incorrect modifications inside Theme files may affect storefront behavior.
To open the Shopify Code Editor:
β Go to Sales Channels β Online Store
β Click the three-dots menu beside the Edit Theme button
β Click Edit Code
π§© Identify the Correct Storefront Area
Before inserting the Countdown Code Snippet, it is important to identify the exact storefront location where the Countdown should appear.
One simple way to do this:
β Open your storefront in the browser
β Right-click near the area where you want the Countdown
β Click Inspect
This opens the browser Developer Tools.
From there:
β Inspect the surrounding HTML structure
β Identify useful class names or section references
β Match those sections with the corresponding Shopify .liquid files in the Code Editor
β¨ This helps locate the correct Theme file more accurately.
π Finding the Correct Theme File
After opening the Shopify Code Editor:
β Navigate through the Theme files on the left side
β Locate the .liquid file responsible for the area where you want the Countdown to appear
β Search for any id/class reference using the Code Editorβs Search feature
β Click on the most promising .liquid file
For example:
- Product-related sections may exist inside:
main-product.liquidproduct-template.liquid- Cart-related sections may exist inside:
cart.liquidcart-drawer.liquid- Custom sections may exist inside:
sections/*.liquid
β Add the Countdown Code Snippet
Once the correct .liquid file is identified:
β Paste the Countdown Code Snippet in the desired position inside the file
β οΈ Important:
Make sure the snippet is added carefully in the correct location.
Incorrect placement may cause:
- Layout issues
- Improper rendering
- Unexpected storefront behavior
πΎ Save the Theme File
After inserting the code snippet:
β Click Save
Then:
β Refresh the storefront preview
β Verify that the Countdown appears correctly in the selected custom location β¨
π Final Result
Once configured successfully:
β The Countdown can appear in fully custom storefront positions
β Shopify App Blocks can connect correctly using Countdown ID
β Advanced storefront placement becomes possible using Code Snippets
β Merchants gain much more flexibility over storefront visibility β¨
Updated on: 03/06/2026
Thank you!