Removing the cross from the 'Minimize Chat Window' icon
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-06-2024 02:21 AM
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?
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.
Labels:
- Labels:
-
Virtual Agent
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-06-2024 03:14 AM