cancel
Showing results for 
Search instead for 
Did you mean: 

I do not want swatches for colours, I just want a list of colours

I do not want swatches for colours, I just want a list of colours

My new in progress site shows colours in swatch boxes. I want colours listed in words as swatches are no use to me for most of my products and I do not want to have to create swatch photos. How can I alter the site so I can get rid of the swatch boxes and have text instead? I have altered the back end but nothing I have done alters the front end.

1 REPLY 1

Re: I do not want swatches for colours, I just want a list of colours

@bonnieg as I understand you do not want to show swatches or swatch images instead just would like to show the text in place, I can suggest following:


Go To Admin > Store > Configuration > Attributes > Product, than search for the color attribute as in the screen shot below:

2020-02-07 12_20_03-color _ Product Attributes _ Attributes _ Stores _ Magento Admin.png

 

2020-02-07 12_20_44-Product Attributes _ Attributes _ Stores _ Magento Admin.png

 

Than Edit the color attribute and change the Catalog Input Type for Store Owner to either Text Swatch or Drop down, refer the screen shot below:

2020-02-07 12_17_39-.png

 

After saving the changes to the attribute's properties, do the reindexing and clean the cache

Reindex - https://devdocs.magento.com/guides/v2.3/config-guide/cli/config-cli-subcommands-index.html#config-cl...

bin/magento indexer:reindex

Clear Cache - https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/cache_for_frontdevs.html#clean_cache

bin/magento cache:clean

 

I hope that will help to fix your problem.

 

All The Best!

 

- Nitesh Lakhwani
Problem solved? Please give 'Kudos' and accept 'Answer as Solution'.