Question of the Week: Can we change the color of the "X" icon in engagements?
We were speaking with a customer recently who was working with Engagements and because of the templates they needed to change the color of the "X" icon in some of slides.
Now you can choose either black "X"icon or white "X" icon based on your background color by making a small edit to the HTML.
For black "X" icon -
background-image: url(https://storage.googleapis.com/aptrinsic-cloud-public-assets/app/engagement-thumbnails/dialog-close-bright-1.svg)
For White "X" icon -
background-image: url(https://storage.googleapis.com/aptrinsic-cloud-public-assets/app/engagement-thumbnails/dialog-close-bright-2.svg)
Thanks,
Support Team
Now you can choose either black "X"icon or white "X" icon based on your background color by making a small edit to the HTML.
For black "X" icon -
background-image: url(https://storage.googleapis.com/aptrinsic-cloud-public-assets/app/engagement-thumbnails/dialog-close-bright-1.svg)
For White "X" icon -
background-image: url(https://storage.googleapis.com/aptrinsic-cloud-public-assets/app/engagement-thumbnails/dialog-close-bright-2.svg)
Thanks,
Support Team

