Customizing chat widget to match colors

How do I customize HelpSquad Chat Widget to match my website colors?

Please add the folowing styles to your website to change the color of the HelpSquad Chat Widget.

Please change "ENTERHEX" with the HEX color code you would like the widget to have beofre using the styles below:

 

<style>
  div#lhnHocButton div.lhnHocChatBtnCont {
    background-color: #ENTERHEX ;

}
div#lhnHocButton div.lhnHocChatBtn {
    background-color: #ENTERHEX ;
}
#lhnHelpOutCenter div.lhnWindow-header {
    color: white;
    background-color: #ENTERHEX ;
}
#lhnHelpOutCenter button.form_submit, #lhnHelpOutCenter button.lhnFormButton {
   background-color: #ENTERHEX ;
  }
#lhnHelpOutCenter div.jumplogic .lhnOptions .lhnOption:hover{
    background-color: #ENTERHEX ;
  }
 </style>