1. Admin>Tools>Define Pages Editor......Use HTML Area (unless you want to put your own tags in the plain text area.) , highlight your text (already there), and choose your font size. Save.

Wicked...worked a treat...how / where can i find other pages such as the log off page and sort the font like i have done the main page etc.


2. includes/templates/blue_sky/common/tpl_header.php , find the line that should look like this:

?>
<li><a href="<?php echo zen_href_link(FILENAME_LOGIN, '', 'SSL'); ?>"><?php echo "Log In or Register"; ?></a></li>
<?php } } ?>


Change that to:

?>
<li><a href="<?php echo zen_href_link(FILENAME_LOGIN, '', 'SSL'); ?>"><?php echo "Log In/Register"; ?></a></li>
<?php } } ?>


Couldnt find the file there...ad i havent got a common folder in blue_sky?!?! but did a search and found one in english/header.php.

nevertheless it worked..

3. Admin>Configuration>Layout Settings>Define Breadcrumb Status.....set to 0.


Think i didnt describe it properly, but basically i want to add a row of links under the logo..

for example http://www.numinix.com/ has got links such as specials :: featured :: guides etc..how do i go about adding those there??