Skip to main content
All CollectionsWidgets and Advanced How-to's
How to make the background of an embed transparent
How to make the background of an embed transparent

How to change the background color of an iframe embedded on your page.

Cam Incoll avatar
Written by Cam Incoll
Updated over a week ago

When you embed something on a Notion page, or within a Super page, sometimes the background colour does not match your Super site. You can fix this with a simple piece of code.
โ€‹

Please add this code to Code > CSS, save and then refresh the page on the site.

.notion-embed__container>iframe {
background-color: transparent !important;
}


โ€‹

Did this answer your question?