[SOLVED] How can I change the font color of one field in the customer panel

Moderator: crythias

Locked
JDavis
Znuny newbie
Posts: 24
Joined: 28 Feb 2019, 10:50
Znuny Version: 6.0.16
Real Name: Jeffrey Taavettilan-Davis
Company: USNR

[SOLVED] How can I change the font color of one field in the customer panel

Post by JDavis »

Is it possible to have the data in the one of the fields display in a different color on the screen? For example if I wanted the data for the field Street from the company table appear in a specific color, say GREEN or RED, on the screen when it displays in the right hand side customer information panel.

Is it possible and if so how would I go about making that change?

Map => [
# var, frontend, storage, shown (1=always,2=lite), required, storage-type, http-link, readonly
[ 'CustomerID', 'CustomerID', 'customer_id', 0, 1, 'var', '', 0 ],
[ 'CustomerCompanyName', 'Company', 'name', 1, 1, 'var', '', 0 ],
[ 'CustomerCompanyStreet', 'Street', 'street', 1, 0, 'var', '', 0 ],
[ 'CustomerCompanyZIP', 'Zip', 'zip', 1, 0, 'var', '', 0 ],
[ 'CustomerCompanyCity', 'City', 'city', 1, 0, 'var', '', 0 ],
[ 'CustomerCompanyCountry', 'Country', 'country', 1, 0, 'var', '', 0 ],
[ 'CustomerCompanyURL', 'URL', 'url', 1, 0, 'var', '[% Data.CustomerCompanyURL | html %], 0 ],
[ 'CustomerCompanyComment', 'Comment', 'comments', 1, 0, 'var', '', 0 ],
[ 'ValidID', 'Valid', 'valid_id', 0, 1, 'int', '', 0 ],
Last edited by JDavis on 06 Mar 2019, 05:19, edited 1 time in total.
root
Administrator
Posts: 4251
Joined: 18 Dec 2007, 12:23
Znuny Version: Znuny and Znuny LTS
Real Name: Roy Kaldung
Company: Znuny
Contact:

Re: How can I change the font color of one field in the customer panel

Post by root »

Hi,

Should be possible with custom css files. Check first a proper CSS selector with the browser tools.

- Roy
Znuny and Znuny LTS running on CentOS / RHEL / Debian / SLES / MySQL / PostgreSQL / Oracle / OpenLDAP / Active Directory / SSO

Use a test system - always.

Do you need professional services? Check out https://www.znuny.com/

Do you want to contribute or want to know where it goes ?
Locked