To customize the page title to add the site name followed by the document title, edit index.php in the template that you are currently using. For example, directly after the <head> tag add the following to show "Site Name - Page Name" as the browser's page title:
<?php
$document =& JFactory::getDocument();
$document->setTitle($mainframe->getCfg('sitename') . " - " . $document->title);
?>
Ever wondered how templates use the "Drop Cap" typography?
Want to implement it into your own template? Well here's how!
How to get rid of the Boarders around the print, email and pdf buttons?
I'd like to get rid of the blue borders around my print/email and pdf buttons in the button header of each article.
Where and how can I change this? I've looked at the css file of my template, but can't find the items to change.
Sign up to receive meeting notifications, and other useful information!