Changing the Logo
To change the logo
-
Prepare both a large and a small version of the logo. The large version should be at least 400 pixels wide; the small version should be 42 pixels tall, and no wider than 225 pixels. It is recommended to save the logos as transparent 24-bit PNGs. Place the two image files in the
assets
folder. -
Update the image path in
webapp/login.jsp
(if present) for the large version of the logo. You can also adjust the width of the image tag at the same time. -
Update the path in the
<layout:logo>
tag which is usually placed withinwebapp/views/partials/header.tpl.html
for the small version of the logo.