Yes, there is actually a way of changing the order of appearance through coding using CSS. But there are a few different ways this can be done, it depends on the theme you’re using
Yes, it is possible to adjust that through simple css. Although it is not much friendly code to people outside of the coding world. Do you have a developer in your team? Or are you one?
Ok. Go to Shopify Admin, and then try to do the following:
Online Store > Themes > Click on the button ‘Actions’ of your current theme > Edit code
Search for the ‘styles.css’ file on your Assets folder, or any other place that you assume will be a good place to do the styling.
PS: in the code, the part where it says ‘[data-option-index=“0”]’, you have to use the current position of the color variant as the selector, as in:
If the color variant was currently the first variant selector that appears, you would leave this 0 on, if it is the the second, you would change the 0 to 1, if it is the third, the 0 to 2, and so on.