Chatlt App blueprint areas grayed out

Here’s one way to do it:

  1. Create a new extension on the THEME tab with the following contents:
.donotshow {
  display:none;
}

This is what it should look like once done:

  1. Select the component with the Modal id:

  2. Add the donotshow class in the Classes field and press Enter on your keyboard. The modal popup will be hidden:

IMPORTANT: if you do not remove the class, the app will not work properly as the popup is now permanently hidden.

Mark