How do I add custom text and hyperlink directly under the price on the product page?

Hi @dwassner ,

go to online store → edit code. Then find the file product-template.liquid.

In this file, find this class: product__price. Under this piece of code (the entire code for rendering the price), insert this piece of code:

Clickable text for redirecting to another page

e.g.

[Contact](www.myshopifystore.com/contact)

Hope it helps!