display: none;.If you want to hide the Coda badges that appear when loading an iframe within a lightbox in Webflow, you'll typically need to address this via CSS or JavaScript, considering Webflow's designer limitations. Here's how you can do it:
display: none; for the specific classes or IDs found earlier.
Example for illustration (replace .badge-class with actual class or ID):
.badge-class {
display: none;
}
To hide Coda badges in a Webflow lightbox iframe, you'll need to use custom CSS by targeting the specific elements that make up the badges. This involves identifying the right classes/IDs using browser tools and applying CSS rules within Webflow's custom code settings.