Hey @David257 ,
Hope this code will help.
Go to product.liquid => Paste this code
{% unless product.has_only_default_variant %}
{% for option in product.options_with_values %}
{% endfor %}
{% endunless %}
{% if section.settings.show_quantity_selector %}
{% endif %}