Customising your Helpers' Appearance

  • Last updated on June 1, 2021 at 11:28 PM

Sometimes you want to switch up the appearance of your red pulsating dot helpers to better match your site, and we completely understand that.

While we don't have a configuration setting for this just yet, you can easily change the colour of your helpers by including the following CSS on your site:

._elevio_pulse > button {
  background-color: blue !important;
}

._elevio_pulse > div {
  border-color: blue !important;
}

where "blue" can be replaced with whatever colour you want.


Was this article helpful?