PDA

View Full Version : News title is too small. Help to make bigger, please?


Spinball
11-30-2005, 06:20 PM
Hi folks,
The news titles on our vBA home page are too small (please see attached screen capture).
I've had a look in the template but am confused as it appears to be 'thead'.
Which isn't right.
How do I make the thread titles larger please?
Thanks.

Brian
12-01-2005, 05:34 PM
The title for the news (and all default modules) is handled in the adv_portal_module_shell template. If you edit this template and add something like this around the title though that should allow you to change the size.

<if condition="$mods['identifier'] == 'news'"><span style="font-size:12px">$mods[title]</span><else />$mods[title]</if>

Our Sponsors
 

Spinball
12-02-2005, 04:52 AM
Thanks Brian. Yep, that fixed it.

skizzy203
12-10-2005, 02:14 PM
Is this information current for vba 2.0

I am trying to do the same thing and can't figure out where to add the above code. My title looks a little different.