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:
thanks so much!
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:
tag immediately after the span class and endcapture lines for the price.
tag in a
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.
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:
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 ![]()
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!