How to Add Metafield in Product Page and Adjust Product Grid View on Shopify

in ella theme how to add a metafeild in product page for example Indian Ethnic Women’s Presha Dabu Slub Cotton Kali Kurta – THE INDIAN ETHNIC CO. can you please check this show metafeild in drop down under the discription. and in the product grid view the image is different frame i need a 2pic in a row not a single pic Indian Ethnic Women’s Presha Dabu Slub Cotton Kali Kurta – THE INDIAN ETHNIC CO. can you please check this website for refreence

Hi @premsai

To add a metafield in the Ella theme product page as a dropdown under the description and adjust the grid view:

  1. Add Metafield in Product Page:
  • Go to Online Store > Themes > Edit Code.
  • Open product-template.liquid (or similar).
  • Add code to display the metafield under the description using {{ product.metafields.namespace.key }} within a dropdown structure.1. Adjust Product Grid Layout:
  • In the CSS or theme settings, adjust the product grid settings for two images per row.
  • Check theme.scss or theme options for grid configuration.

Make sure to save and preview changes on the site.

If you have other questions, I am willing to answer them more.

Best regards,

Daisy