I have approximately 45 variations of my product, all different colors. When I view my site the choice of colors do not show up in the little squares on the top right side of the page. How can I get those squares to fill out?
Plz help us with providing your product URL to visualise your issue.
Hi @Stelis3D ,
Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.
Hi @Stelis3D ,
The problem is that the variant doesn’t show the color
Image :
we think it’s because in css there are color codes that can be named by name, for example, Black, Yellow, and Green… As for other colors, maybe css doesn’t support naming them yet but it must be done through Hex color code
For example, with the add to cart button
If you edit the css, and change the background property: Black; then the result will appear like this
Image :
If you edit the css and change the background property: Burgundy; then the result will appear like this:
A dash will appear in the middle which means the value is not accepted in this attribute
If you set the hex color code of burgundy to #800020, the result will be:
Image :
Hope it helps @Stelis3D !