
When embedding interactive content on your website, there may come a time when you want the Ceros iframe to not have a background color. This would allow the color or imagery on your website to show through in the Ceros experience iframe.
Here’s How:
- In the Ceros studio, open the experience that you want to have a transparent background
- In the Settings window, navigate to the Custom HTML panel
- Add the following snippet to the Custom HTML:
<style> body { background: transparent !important; } </style>
Publish your experience, and voilà! You should now see a transparent background!
Was this helpful?
75 out of 86 found this helpful