I’ve been working with embedding our calendar on another page via iframe using the instructions on this page Embedding Calendars - LiveWhale Support. I’ve added new formatting in the way it describes, but my calendar is coming up with a purple background, not white (can be seen here https://events.uww.edu/?iframe=1). Is there somewhere else I should be making the changes to get it to format correctly?
Looks like the main theme at https://events.uww.edu/ also has that purple background, but it gets around it by having a white background applied to the class="content-wrap" element.
Two possible ways to fix this:
Compare your main calendar template to the iframe template, and customize the iframe template to include that content-wrap element. (Or another class that would do the same thing.)
Or, use the body class="lwc_iframe"in your theme to add a white background when loaded in an iframe. Note, that class only appears when the page detects “I’ve been loaded in an iframe”, so it’s a tiny bit harder to test in browser.