Hi @ACEOFIRON You need to change the code in your theme files to achieve the same.
Please add the below code:
more colours available
Please follow the steps:
- Login in shopify admin.
- Click on the Online Store.
- Then click on the button next to Customize in live Theme.
- Click Edit Code.
- Search main-product.liquid in the code in left hand side in your theme.
- Add the following code after line number 121, if you didn’t changed anything in your theme earlier.
- If you have changed any code in this file earlier then search “product__tax” and add the code just outside the “If” statement.
Here is the screenshot for your help:
After this add this code:
Please follow the steps:
- Login in shopify admin.
- Click on the Online Store.
- Then click on the button next to Customize in live Theme.
- Click Edit Code.
- Search theme.liquid in the code in left hand side in your theme.
- Add the following code in the bottom of the file above tag
Result:
Hopefully it will help you. If yes then Please don’t forget hit Like and Mark it as solution!
Best Regards
Sahil

