How to add text below product price? Debutify theme

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!