Question
How to change the hover color of a button inside the Rich interstitial?
Answer
The Rich interstitial template supports inline html and css so we can add a style tag inside the text box of the button:
Code:<style>div#button-1:hover { background-color: red; }</style>OK