How to Remove Ingredients Field from Product Page - Warehouse

Hi there! I’m trying to remove the “Ingredients” field from the product page. Some products have 20+ ingredients and is really inconvenient to show on this page.

Website is https://www.shop.dralexrinehart.com/products/1-potassium-trace-minerals-bodybio.

@chloecreativest

can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
.product-form__variants .product-form__option:nth-child(3) {
    display: none !important;
}