Change font color of unread message: Difference between revisions

No edit summary
No edit summary
Line 24: Line 24:
====ModernUI====
====ModernUI====


* Open skin.properties file.
*Step 1) Switch Zimbra user and go on below path
  vi /opt/zimbra/jetty/webapps/zimbra/skins/_base/base3/skin.properties
<pre>
* Add below content at the bottom of the file.
su - zimbra
Text-unread                = color:red; font-weight:bold;
cd /opt/zimbra/jetty/webapps/zimbra/modern/clients/
* Restart mailboxd service.
</pre>
zmmailboxdctl restart
 
*Step 2) Copy default virtual host with virtual hostname
<pre>cp -r default <virtual hostname></pre>
 
*Step 3) After that it will show like below. We have example.com virtual host
<pre>
zimbra@example:~/jetty/webapps/zimbra/modern/clients$ pwd
/opt/zimbra/jetty/webapps/zimbra/modern/clients
zimbra@example:~/jetty/webapps/zimbra/modern/clients$ ls
example.com default
zimbra@example:~/jetty/webapps/zimbra/modern/clients$
</pre>
 
*Step 4) Go on directory assets in virtualhost directory
<pre>cd /opt/zimbra/jetty/webapps/zimbra/modern/clients/example.com/assets</pre>
 
*Step 5) Copy logo.svg with logo.svg.old (As backup)
<pre>cp logo.svg logo.svg.old</pre>
 
*Step 6) Upload company logo name with logo.svg at below path
<pre>/opt/zimbra/jetty/webapps/zimbra/modern/clients/example.com/assets</pre>
 
*Step 7) Edit config.json to change the version. Do not use a previously used value.
<pre>vi /opt/zimbra/jetty/webapps/zimbra/modern/clients/example.com/config.json</pre>
 
*Step 8) Restart the zmmailboxdctl service
<pre>zmmailboxdctl restart</pre>





Revision as of 12:46, 13 January 2023

Change font color of unread message


   KB 24501        Last updated on 2023-01-13  




0.00
(0 votes)


Purpose

The article shows how to change the font color of unread message. article will help to change red color of unread messages, color can be changed accordingly.

Solution

ClassicUI

  • Open skin.properties file.
vi /opt/zimbra/jetty/webapps/zimbra/skins/_base/base3/skin.properties
  • Add below content at the bottom of the file.
Text-unread                 = color:red; font-weight:bold;
  • Restart mailboxd service.
zmmailboxdctl restart


ModernUI

  • Step 1) Switch Zimbra user and go on below path
su - zimbra
cd /opt/zimbra/jetty/webapps/zimbra/modern/clients/
  • Step 2) Copy default virtual host with virtual hostname
cp -r default <virtual hostname>
  • Step 3) After that it will show like below. We have example.com virtual host
zimbra@example:~/jetty/webapps/zimbra/modern/clients$ pwd
/opt/zimbra/jetty/webapps/zimbra/modern/clients
zimbra@example:~/jetty/webapps/zimbra/modern/clients$ ls
example.com  default
zimbra@example:~/jetty/webapps/zimbra/modern/clients$
  • Step 4) Go on directory assets in virtualhost directory
cd /opt/zimbra/jetty/webapps/zimbra/modern/clients/example.com/assets
  • Step 5) Copy logo.svg with logo.svg.old (As backup)
cp logo.svg logo.svg.old
  • Step 6) Upload company logo name with logo.svg at below path
/opt/zimbra/jetty/webapps/zimbra/modern/clients/example.com/assets
  • Step 7) Edit config.json to change the version. Do not use a previously used value.
vi /opt/zimbra/jetty/webapps/zimbra/modern/clients/example.com/config.json
  • Step 8) Restart the zmmailboxdctl service
zmmailboxdctl restart


Submitted by: Aditya Patidar
Verified Against: ZCS 8.8 Date Created: 2020-04-13
Article ID: https://wiki.zimbra.com/index.php?title=Change_font_color_of_unread_message Date Modified: 2023-01-13



Try Zimbra

Try Zimbra Collaboration with a 60-day free trial.
Get it now »

Want to get involved?

You can contribute in the Community, Wiki, Code, or development of Zimlets.
Find out more. »

Looking for a Video?

Visit our YouTube channel to get the latest webinars, technology news, product overviews, and so much more.
Go to the YouTube channel »


Jump to: navigation, search