Developer forum

Forum » Rapido » Stock states
Afi
Reply

Hi,

I understand that in Rapido, there are colors that represents stock states. Are there any configuration to change the colors of the stock states?

Also, with reference to the image, in the stock state configuration, may I know what is the functionality of the icon field?

Regards, 
Afi

 

 

Stock_status_icon.PNG

Replies

 
Karsten Thuen Dynamicweb Employee
Karsten Thuen
Reply
This post has been marked as an answer

Hi Afi

There are no configurations for it in Website settings. And we are not using icons, as they will be harder to maintain and may be looking blurry.

But you can write the modification through CSS in the Ignite Less project. If you have no special setup that compiles the minified CSS file, you can simply write the change in ignite.min.css like this:

.stock-icon.stock-icon--in.dw-mod {
   backgriound-color: blue;
}

.stock-icon.stock-icon--not.dw-mod {
   backgriound-color: yellow;
}

 

Best regards
Karstebn Thuen

Votes for this answer: 1

 

You must be logged in to post in the forum