Customize categories Fluxstore WooCommerce app
Solution 1:
go to lib/config/config_X.json
(X is the language)
Under the HorizonLayout
, you can change the categories and the icon; ie:
{
"category": Category ID (u can get from the url: th tagID),
"image": "the url or the path to your local icon",
"colors": [
"#00796b",
"#00796b"
],
"originalColor": false
},