Question
What are the possible options to customize the Rich(Floating) interstitial in-app message template?
Answer
The Rich(Floating) interstitial in-app message template can be customized using HTML and CSS. More details about this can be found in the following documentation article:
Customize Rich(Floating) interstitial in-app message template
The following list contains the CSS selectors for the HTML elements you can style, indented as per the current structure:
#view (message view)
#cover .top-section
.top-section
#title
#hero-image
.text-section
#message-wrapper
.image (background image)
.button-section
#button-1
#button-1:active
#button-2
#button-2:active
#close-button
JavaScript cannot be added inside the message field. The message template and values are inside a "script" tag, so adding another one breaks it.