Expand "Full Details" link in Minimal Theme

Needing a bit of help- I am looking to be able to eliminate the “Full Details” link on my featured product on the home page, and show the product description automatically (which includes a place for the customer to enter their name) without having to expand anything. The theme is the Minimal theme. Any help would be hugely appreciated!

Hi @ACP1979 ,

To change you follow the instruction:

  1. Go to Online Store->Theme->Edit code
  2. Section->/featured-product.liquid->Replace code this position:

by below code:

{{ product.description }}

I hope it would help you.