MyBB Community Forums

Full Version: Changing Sub forum font to Italic
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

can someone tell me how to make the subforum contents in Italic font...
i had done it earlier but now have forgotten to do it again Toungue..

would like you guys help on this...

here is the image of what i want it to look like...



Thanks
1. Go to Admin CP > Templates & Style > Templates > Your Template Set > Forum Bit Templates > forumbit_subforums.

2. Find:

<br />{$lang->subforums} {$sub_forums}

3. Replace with:

<br />{$lang->subforums} <i>{$sub_forums}</i>
Hi,
thanks it worked out....

no issues...

but i remember there is another to do it.as i jst seen on my test forum the forum post bit template still reads

<br />{$lang->subforums} {$sub_forums}

and the sub forum is in Italic font....


It has worked great thanks but would be happy if i can get the other way round to get the sub forum font in Italic.....Big GrinBig GrinBig GrinBig Grin
This works too and probably makes more sense:

1. Go to Admin CP > Templates & Style > Templates > Your Template Set > Forum Bit Templates > forumbit_depth3.

2. Find:

{$comma}{$statusicon}<a href="{$forum_url}" title="{$forum_viewers_text_plain}">{$forum['name']}</a>

3. Change to:

{$comma}{$statusicon}<i><a href="{$forum_url}" title="{$forum_viewers_text_plain}"><i>{$forum['name']}</a></i>