Client Login
Call Us: (877) 228-0901 M-F 9am-5pm US EST

How to format the Joomla Newsflash Title Size

Locate the file _item.php in modules/mod_newsflash/templates/_item.php

Code:

<td class="contentheading<?php echo $params->get( 'moduleclass_sfx' ); ?>" width="100%">
<?php if ($params->get('link_titles') && $item->linkOn != '') : ?>
<a href="/<?php echo $item->linkOn;?>" class="contentpagetitle<?php echo $params->get( 'moduleclass_sfx' ); ?>">
<?php echo $item->title;?></a>
<?php else : ?>
<?php echo $item->title; ?>
<?php endif; ?>
</td>

This is where you can modify the format by taking out the content heading class and/or changing the class for the contentpagetitle

Contact Information

Code A Site, LLC
140 Preston Executive Dr.
Suite 100-M
Cary NC 27513
877.228.0901 Phone/Fax

This e-mail address is being protected from spambots. You need JavaScript enabled to view it.

Help & Support

Login Form