Im am trying to move the share button to right under the price on the product page.
in this order…
1 - Product Title
2 - Price
3 - SHARE button
How can I do this?
Thanks ![]()
Goal: Move the Share button to appear directly under the product price on a Shopify product page (order: Title, Price, Share) in the Dawn theme.
Proposed approach: Edit theme code (Online Store > Themes > Edit code). In Sections (e.g., product-template.liquid), locate the price markup (often within a product-price container). Find the Share button snippet (e.g., an include/render for share-buttons) and move that code block immediately below the price. Save and preview.
Outcome: The requester resolved it by repositioning the Share snippet beneath the price.
Status: Resolved; no further issues or disagreements noted.
Im am trying to move the share button to right under the price on the product page.
in this order…
1 - Product Title
2 - Price
3 - SHARE button
How can I do this?
Thanks ![]()
Hi @xnyjyh ,
To move the Share button to right under the price on the product page in Shopify, follow these steps:
Access Theme Code:
Find the Product Template:
Locate the Price Code:
Add Share Button Code:
Move Share Button Code:
Save Changes:
If it resolves your issue, please mark my answer as a solution or if you still need assistance, let me know. Thank you.
Already figured it out. I just moved % when share…
Thanks though!
you’re welcome