I want to add short description content. above add to cart button. how to do it?
You can complete it using the product metafields!
Hi @sharaiz ,
You can follow these suggestion to add Short Description On Product Page In Refresh Theme.
- Go to the Edit code of the Refresh theme
- Search for “buy-buttons” in the search box, then click on the buy-buttons.liquid . file
- After entering the liquid file, press ctrl + F, search for the following code:
4. Add the code in the <span></span> tag as shown in the picture with objects like product,... to have descriptive content as you like.

5. After adding, press "save", and the content will be displayed on the screen as follows:

If it worked, please mark as a solution. Good luck!

