In the product swatch does not show me the colours

In the product swatch section, I cannot get the colour variants displayed inside the circle. I have this problem both on the product page and in the collection.

Hello @Loryorange88 ,

You have to just add the an image for it.
You can find the detailed explanation in the theme documentation.

Or follow this;

  1. Create a 50px x 50px png image

  2. Name the image according to the name of the variant it will represent
    but keep the filename in lowercase and replace any spaces in the name with a hyphen

    Example:
    Variant named: Red requires an image named: red.png
    Variant named Red and White requires and image named red-and-white.png

  3. When your images are ready open your Shopify admin, click on Content and then click on Files just below it

  4. Upload your images to the files area, this will make them accessible for your theme.

No need to change any code.

Thanks