Studio Landing Pages Lack of Editing Capabilities

Hi @Pristine ,

To remove the bar at the top of the page, please go to the Settings tab of your Studio, scroll down to the Website Code Injection section, and paste the following code there:

<style>
/* Completely hide the top header bar */
div.relative.flex.min-h-\[80px\].w-full.items-center.justify-between {
  display: none !important;
}
</style>

Regarding your previous question about authenticating users in the embed, this feature is now available. You can learn more by visiting the forum thread linked here.

1 Like