How to set the button color and bot color differently?

1Answer

Our standard offering provides the button colour and background colour as same however if you want to change it please follow the given procedure - 

Step 1: Set the faqbotColorCode as the background colour of the bot. This process will make the bot and background colour as same which is the background colour of the BOT.

Step 2: Now modify the button colour as follows - 

Class of the bot button is called faq-bot-button and faq-bot-button-right (when it appears at the right side).

Just modify this class after the whole widget code (after the JS code and JS file).

Example 

<style>

.faq-bot-button, .faq-bot-button-right {

background: #555 !important; // dont forget the !important 

}

</style>

 

Note: This is not the standard offering of the FAQPrime. As the code is modified at the customer instance for local needs. If the class name is changed in the future then there would be an official announcement so that local changes can be modified based on local needs.
 

Did this answer your question?
...