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

CAUTION
AEM 6.4 has reached the end of extended support and this documentation is no longer updated. For further details, see our technical support periods. Find the supported versions here.

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 about WebDAV access, see https://dev.day.com/docs/en/crx/current/how_to/webdav_access.html.
  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
a6ebf046-2b8b-4543-bd46-42a0d77792da