diff --git a/theme/formal_white/lang/en/theme_formal_white.php b/theme/formal_white/lang/en/theme_formal_white.php index fde44400417e3..08392057ce220 100644 --- a/theme/formal_white/lang/en/theme_formal_white.php +++ b/theme/formal_white/lang/en/theme_formal_white.php @@ -65,7 +65,9 @@ $string['ctmo_no'] = 'never'; // ctmo == credits to moodle org $string['ctmo_onfrontpageonly'] = 'in the front page only'; // ctmo == credits to moodle org $string['customcss'] = 'Custom CSS'; -$string['customcssdesc'] = 'Any CSS you enter here will be added to every page allowing your to easily customise this theme.'; +$string['customcssdesc'] = 'Any CSS you enter here will be added to every page allowing your to easily customise this theme. For example, it is possible to change colour of links adding one or more of the following: +
a:link, a:visited, a:hover, a:active, a:focus {color:blue;}
+Please adjust colors and CSS rules to fit your needs.'; $string['customlogourl'] = 'Custom logo'; $string['customlogourldesc'] = 'Change the logo for this theme by entering the full or relatve URL to an image you wish to use (i.e. http://www.yoursite.tld/mylogo.png or ../path/to/your/logo.png). As a reference the default logo is 200px wide, 50px high and a transparent png will work best.'; $string['displayheading'] = 'Display page heading';