Change font color of unread message: Difference between revisions

No edit summary
No edit summary
Line 14: Line 14:
====ClassicUI====
====ClassicUI====


=====Step 1=====
* Open skin.properties file.
* Open skin.properties file.
  vi /opt/zimbra/jetty/webapps/zimbra/skins/_base/base3/skin.properties
  vi /opt/zimbra/jetty/webapps/zimbra/skins/_base/base3/skin.properties
* Add below content.
* Add below content at the bottom of the file.
  TEXT-UNREAD = COLOR:RED; FONT-WEIGHT:BOLD;
  Text-unread                = color:red; font-weight:bold;
* Restart mailboxd service.
* Restart mailboxd service.
  zmmailboxdctl restart
  zmmailboxdctl restart




====ModernUI====


* You can indent the command code by prefixing it with <code>*:</code> (to match the <code>*</code> of the bullet) and wrapping it in <code><nowiki><pre>..</pre></nowiki></code>
* Open skin.properties file.
*:<pre>zmprov run a command</pre>
vi /opt/zimbra/jetty/webapps/zimbra/skins/_base/base3/skin.properties
* This now has a <br /> line break, with the same spacing
* Add below content at the bottom of the file.
** Another step
Text-unread                = color:red; font-weight:bold;
* Restart mailboxd service.
zmmailboxdctl restart


=====Step 2===== 
# This is a numbered list
# The second step is here
## This is a nested step
## Over here as well
# The original list then continues


: This is an indent
:: This is a double indent
This [https://www.mediawiki.org/wiki/Help:Formatting external link] contains more information about formatting.


{{SubmittedBy|Aditya Patidar}}
{{SubmittedBy|Aditya Patidar}}


{{Article Footer|ZCS 8.8|2020-04-13}}
{{Article Footer|ZCS 8.8|2020-04-13}}

Revision as of 12:35, 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

  • 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


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