How to change logo on Zimbra: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
[[category:Zimbra]] | |||
'''Steps to change logo on zimbra server''' | '''Steps to change logo on zimbra server''' | ||
| Line 4: | Line 6: | ||
'''Prerequisite''' | '''Prerequisite''' | ||
3 images are required with pixel sizes as | 3 images are required with pixel sizes as | ||
# 71x11 | # 71x11 | ||
# 250x35 | # 250x35 | ||
Revision as of 09:52, 16 February 2013
Steps to change logo on zimbra server
This Document has been implemented on ZCS OSS 7.x .
Prerequisite
3 images are required with pixel sizes as
- 71x11
- 250x35
- 300x48
1. Make your own logo to the size 300 x 48 pixel, and save with format .png and give its name LoginBanner.png
2. Copy (upload) to Zimbra Server (/tmp/LoginBanner.png)
3. Login as root user and type the following commands:
cd /opt/zimbra/jetty/webapps/zimbra/skins/carbon/logos/
cp LoginBanner.png LoginBanner.bak
cp /tmp/LoginBanner.png .
4. Refresh the login page. NOTE: You might need to press CTRL+F5 to force a re-download of the image file in the browser.
Here is how to change or hide the little vmware logo on the login page:
1. Make your own logo (or empty image) to the size 71 x 11 pixel, and save with format .png and give its name AltBanner.png
2. Copy (upload) to Zimbra Server (/tmp/AltBanner.png)
3. Login as root user and type the following commands:
cd /opt/zimbra/jetty/webapps/zimbra/skins/carbon/logos/
cp AltBanner.png AltBanner.bak
cp /tmp/AltBanner.png .
4. Refresh the login page. NOTE: You might need to press CTRL+F5 to force a re-download of the image file in the browser.
Here is how to change the Zimbra logo that sits at the top-left of the app window:
1. Make your own logo to the size 250 x 35 pixel, and save with format .png and give its name AppBanner.png
2. Copy (upload) to Zimbra Server (/tmp/AppBanner.png )
3. Login as root user and type the following commands:
cd /opt/zimbra/jetty/webapps/zimbra/skins/carbon/logos/
cp AppBanner.png AppBanner.bak
cp /tmp/AppBanner.png .
4. Refresh the web page. NOTE: You might need to press CTRL+F5 to force a re-download of the image file in the browser.
Finally restart Zimbra