Changing the organization logo for branding changing-the-organization-logo-for-branding

The organization logo is displayed at the upper-left corner of AEM Forms workspace. To update the logo, follow the Generic steps of AEM Forms workspace customization and then the following steps.

  1. Create a logo and name the file as NewWorkspace.png. Place the image file in /apps/ws/images folder using a WebDAV client.

    note note
    NOTE
    The recommended size of the logo image is 218 px × 20 px.
    note note
    NOTE
    For more information, see WebDAV Access.

    WebDAV Access

  2. Reference the new logo image in style sheet at /apps/ws/css/newStyle.css by adding following style.

    code language-css
    #logo {
    
           background: url(../images/NewWorkspace.png) no-repeat 14px 11px;
    
    }
    
recommendation-more-help
19ffd973-7af2-44d0-84b5-d547b0dffee2