Removing the cross from the 'Minimize Chat Window' icon

LRhodes
Tera Guru

Hi all,

I have been able to update the close window background image for the Virtual Agent chat window using a style sheet. However, the cross in the icon is still overlaying my image. Is there a way for me to remove this?

LRhodes_0-1725614397438.png

Style sheet:

.sp-ac-root button.sp-ac-btn.closed {
  background-image: url(new_va_logo.svg);
  background-position: center 0px;
  background-size: 90px 90px;
  /*background-color: white;*/
  
  height: 90px;
  width: 90px;
  right: 30px;
  bottom: 30px;
}
.sp-ac-root button.sp-ac-btn.closed .sp-ac-btn-icon {
background-image: url();
}

.sp-ac-root button.sp-ac-btn {
  background-image: url(new_va_logo.svg);
  background-position: center 0px;
  background-size: 90px 90px;
  /*background-color: white;*/
  
  height: 90px;
  width: 90px;
  right: 30px;
  bottom: 30px;
}

Thanks in advance for any assistance with this.

1 REPLY 1