Hello, I’m trying to move a piece( !split | first )of a !split description under the title area.
Hoping someone can help me achieve this. Thank you!
![]()
You can try it by following these steps:
Step 1: Go to the online store ->Theme ->Custmize.
Step 2: Go to the product page. Then add a text block under the title.
Step 3: Set up your text content. Finally, remove the text from the product description.
Hopefully it will help you. If yes then Please don’t forget hit Like and Mark it as solution!
That wont work. I have over 100 products and the split | first will be different for every product.
Can you provide the store url so that I can check if it can be modified using code?
Create a page or metafield? can you refresh me please. I don’t want a title showing
Wouldnt it be easier to just add a tag for Class or ID to the first, then render it wherever I want on the page?
Hi @xnyjyh
Please add a Custom Liquid block and then add this code to Liquid.
{{ product.description | truncate: 150 }}
Change 150 so it fits your first description.
Or you can create a short description meta field and add to your product template
With metafields, How would i place it where i want it under the title?
Is there a way to edit the text styles with metafields? i would need it to look like as it is in my opening statement of this thread. bold heading and all italic. thanks