SMF Support > SMF 2.0.x Support

Personal Text

(1/1)

float4life:
How could I make it possible for the personal text to be bold?

Krash.:

In /css/index.css find this:


--- Code: ---
.poster li.stars, .poster li.avatar, .poster li.blurb, li.postcount, li.im_icons ul
{
margin-top: 0.5em;
}
.poster li.avatar
{
overflow: hidden;
}


--- End code ---

Change to this:


--- Code: ---
.poster li.stars, .poster li.avatar, .poster li.blurb, li.postcount, li.im_icons ul
{
margin-top: 0.5em;
}
.poster li.blurb
{
font-weight: bold;
}
.poster li.avatar
{
overflow: hidden;
}


--- End code ---

Navigation

[0] Message Index

Go to full version