Page 1 of 1

Add another font or colour

Posted: Sat May 04, 2019 7:04 am
by Druvan
Hello,

In languages files, how can I add another colour or font? What code to use for example for white colour? or too use Verdana font?
Anyone knows this?

Re: Add another font or colour

Posted: Sat May 04, 2019 9:34 am
by IP_CAM
Regular HTML Code should widely be possible:

Code: Select all

$_['text_note']         = '<span style="color: #FF0000;">Note:</span> HTML is not translated!';
$_['entry_pno']            = 'Personal Number:<br /><span class="help">Social Security number here.</span>';
$_['text_success_wait'] = '<b><span style="color: #FF0000">Please wait...</span></b> 
$_['heading_title'] = '<div style="text-align:center">Welcome to %s</div>';