Copy from
modules/News/pntemplates/ news_block_storiesext_row.htm to
themes/Web 2.0/templates/modules/News/ (if there is no News folder create one)
Now you got two possibilities:
1. Via your Stylesheet in
themes/Web2.0/style/ styles.css
Example: add a class
.news_ext_headlines {font-size: 4;} /*(or 1.2em, 14px, 110%)- this are only possibilities*/
then open
news_block_storiesext_row.htm from your themes directory and add a 'span' tag direct after the if $readperm tag::
<!--[if $readperm]--> <span class="news_ext_headlines"> <a href="<!--[pnmodurl modname='News' func='display' sid=$sid]-->"><!--[/if]-->
<!--[if $itemnewimage]--><!--[pnimg modname='core' set=$newimageset src=$newimagesrc __alt='New']--><!--[/if]-->
<!--[$title|pnvarprephtmldisplay]--><!--[if $titlewrapped]--><!--[$titlewraptxt|pnvarprephtmldisplay]--><!--[/if]-->
<!--[if $readperm]--></a> </span> <!--[/if]-->
Don't forget the closing "span" tag.
2. Edit direct in the file
news_block_storiesext_row.htm from your themes directory, that saves you adding a new class to your style-sheet, but you are less flexible.
Like this:
open
news_block_storiesext_row.htm from your themes directory and add a 'font' tag direct after the if $readperm tag:
<!--[if $readperm]--> <font size="4"> <a href="<!--[pnmodurl modname='News' func='display' sid=$sid]-->"><!--[/if]-->
<!--[if $itemnewimage]--><!--[pnimg modname='core' set=$newimageset src=$newimagesrc __alt='New']--><!--[/if]-->
<!--[$title|pnvarprephtmldisplay]--><!--[if $titlewrapped]--><!--[$titlewraptxt|pnvarprephtmldisplay]--><!--[/if]-->
<!--[if $readperm]--></a> </font> <!--[/if]-->
Don't forget the closing "span" tag
Edited by mazdev on Jan 03, 2012 - 02:04 PM.
--
Carl Georg aka Mazdev
Jerindo.net - Ruminations of an Expat in Indonesia & Webdevelopment