How To Add Short Description On Product Page In refresh Theme?

I want to add short description content. above add to cart button. how to do it?

www.sonashi.pk

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.

  1. Go to the Edit code of the Refresh theme

  1. Search for “buy-buttons” in the search box, then click on the buy-buttons.liquid . file

  1. 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.

![BSSCommerce_2-1686190177940.png|1412x710](upload://m4lk16weWct7etmhLMN3Wa4XOsx.png)

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

![BSSCommerce_3-1686190188228.png|689x294](upload://rx02q0RVx7z6K7mtxUhlX1L7Oag.png)

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