Help with LeArts Shopify theme - need to update product page - newbie alert!

Topic summary

Main issue: A store manager using the LeArts Shopify theme needs to update two elements on the product page—change the “Estimated Shipping Date” and add a date next to “Availability.” They have basic HTML knowledge and can edit theme code but are unsure where these elements live.

Context: A product page URL was shared for reference. An attached screenshot highlights the two target areas; the image is central to understanding the exact UI elements.

Guidance provided: Edit the theme’s main-product.liquid (a Shopify Liquid template file). Use keyword searches in that file:

  • For Estimated Shipping Date: search for “product_additional_information.”
  • For Availability: search for “product-variant-inventory.”

Current status: No code changes confirmed yet; next step is to locate and edit the relevant sections in main-product.liquid using the suggested search terms.

Open items: Implementation details (how the date is populated/formatted) remain unspecified; further assistance may be needed once the code blocks are located.

Summarized with AI on December 19. AI used: gpt-5.

Oh, I see. As for adding a new date to Estimated Shipping Date, the file to change would be main-product.liquid. Not sure what’s inside that file, but that’s the file to start looking for the Estimated Shipping Date code. Try using CTRL + F to look for “product_additional_information”

As for Availability, it’s in the same file, and use CTRL + F to look for “product-variant-inventory”.