Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
How to add the Size label in the product variant for example it suppose to say size then it list the
Hello @Lashay7187 ,
Seems it's hidden check through inspect tool to confirm and once you find remove the css which makes it hidden.
If it's not with css then check in product template. You have to check with in this loop
{% for option in product.options_with_values %}
{% endfor %}
Once you find it just above the <select> tag add this code
<label for="SingleOptionSelector-{{ forloop.index0 }}">
{{ option.name }}
</label>
Thanks
Where do i check through the inspect tool
where do i place that code at in the the edit code file
Inspect tool in chrome, right click on page here you will find inspect option in last.
Without checking the theme code no one can let you know which file.
You can check here https://debut-theme-default.myshopify.com/collections/nomad-handbags/products/dance-bag-nylon in debut theme demo label is working fine.
Try to revert the changes you did and it will fixed automatically.
Thanks
Do you know how i can get my collections html code so i can emeded in my website
Not sure what you mean, can you explain?
I want to embed my collections into another website im looking for the html code file