Changing the organization logo for branding
Last update: May 3, 2023
CREATED FOR:
- User
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.
-
Create a logo and name the file as
NewWorkspace.png
. Place the image file in /apps/ws/images folder using a WebDAV client.NOTE
The recommended size of the logo image is 218 px × 20 px.NOTE
For more information about WebDAV access, see https://dev.day.com/docs/en/crx/current/how_to/webdav_access.html. -
Reference the new logo image in style sheet at /apps/ws/css/newStyle.css by adding following style.
#logo { background: url(../images/NewWorkspace.png) no-repeat 14px 11px; }
recommendation-more-help
a6ebf046-2b8b-4543-bd46-42a0d77792da