Hi snip07
I was wondering the same thing so I poked around in the files and found it.
You need to go to folder:
components\com_blog\views\blog\tmpl
Then view:
default.php
Then change the text I have bolded below.
<?php defined('_JEXEC') or die('Restricted access');
$Itemid = JRequest::getVar( 'Itemid', 0, 'get', 'int' );
?>
<link rel="stylesheet" type="text/css" href="<?php echo $this->baseurl; ?>/components/com_blog/style.css">
<form action="<?php echo JRoute::_( 'index.php?option=com_blog&view=blog', false ); ?>" method="post" id="josForm" name="josForm">
<div>
<div class="clsLinkedBlog"><div class="clsLinkedBlog_title"><?php echo JText::_( '
Smart Blog' ); ?></div></div>
Hope this helps!
