How to add text below product price? Debutify theme

Topic summary

Adding custom text below the product price in the Debutify theme. The goal is to place a line of text directly under the price on the product page.

The original poster struggled to find where to insert a

tag based on earlier advice and asked for exact file/location.

Latest guidance from Debutify support:

  • Open Edit Code and go to Snippets > product-template.liquid (Shopify Liquid file for product layout).
  • Search within that file for the “product-price-container” section.
  • Insert a new

    tag immediately after the span class and endcapture lines for the price.

  • Wrap the

    tag in a

    so it renders on its own line.

Example provided:

Your text here!

Screenshots are used to show the file path, search term, and exact insertion point, and are central to following the steps.

Outcome/status: Clear instructions and sample code were provided; the original poster has not confirmed implementation yet, so the thread appears open.

Summarized with AI on December 29. AI used: gpt-5.

Hey can someone tell me what code I need and where to add it to add text below my price , using debutify

link to a product page here:

koozeys.com/products/mrplucky

thanks so much!

Hey thanks for replying but when I search the keywords from “Below this code snippet, add a new

tag with your desired text.”
nothing comes up, so I’m not sure exactly where it would go :confused:

Hey there,

Hope you’re doing awesome!

To add custom text under your product price, head over to edit code, and search for product-template.liquid under the snippets:

From there, search for product-price-container:

You will want to add the p tag right after span class and endcapture tag:

Please wrap p tag in div as block style, so it renders on its own line:

Here is an example code snippet:

Your text here!

You can always reach out to us at support@debutify.com if you need more help.

Hope that helps!