PDA


View Full Version : Changing the news headline font size


infiniterb
07-07-2005, 11:29 PM
On www.clantt.com I've been trying to figure out how to change the size of the news headline font. It's using small font and I want it to be 10 pt (it should match the size of the news article text).

Any idea how I can do this?

Brian
07-08-2005, 11:40 AM
Edit your adv_portal_module_shell template and look for:
<span class="smallfont"><strong>

Replace with:
<span class="<if condition="$mods['identifier'] == 'news'">normal<else />smallfont</if>"><strong>

infiniterb
07-08-2005, 02:52 PM
Awesome. Thanks.