Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author mansurahamed

    (@mansurahamed)

    Hi @mynetflixtain,

    Go to your dashboard Settings->Chatbot Support AI->Enable Chatbot, and uncheck this option. Then add following code in your child theme’s functions.php to enable the bot in specific pages

    add_filter('csa_enabled_posts',function(){ return '100,101,102';});

    Replace 100,101,102 with the page/post ID that you want to enable the chatbot only. You can use only one or multiple post/pages with comma separated like this.

    Thread Starter mynetflixtain

    (@mynetflixtain)

    okay noted…. How do I change the colors

    Plugin Author mansurahamed

    (@mansurahamed)

    Hi @mynetflixtain,

    It’s possible to change all the colors with CSS code. You can use the browser inspection tool to find the CSS class and apply custom color to that.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How do I show the chatbot on a specifc page and change the colour’ is closed to new replies.