Changing the organization logo for branding
Last update: May 22, 2024
- Topics:
- Adaptive Forms
CREATED FOR:
- User
- Developer
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, see WebDAV Access. -
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
19ffd973-7af2-44d0-84b5-d547b0dffee2