PDA

View Full Version : Changing the font size in threads


ytorus
04-05-2009, 09:34 PM
Hello. I want to change the font sizes of the Users in Threads.
I want to change the size to 12 px.

ytorus
04-08-2009, 05:22 PM
I mean the username that is about the post.

--------------- Added 1239222445 at 1239222445 ---------------

Soloution found.
Editing in the template postbit or postbit_legacy the following:
<if condition="$show['profile']">
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
$post[onlinestatus]
<script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
<else />
$post[musername]
</if>
</div>
to
<div id="postmenu_$post[postid]" style="font-size: 10pt">

<a href="member.php?$session[sessionurl]u=$post[userid]"> $post[musername] </a>

</div>
10pt you can change with your font size. Bigusernames are so deactivated.

Seven Skins
04-10-2009, 07:52 AM
Or you can simply change .bigusername class in Additional CSS Definitions.

.