MyBB Community Forums

Full Version: Topic title sizes
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can i change the size of the topic titles?

Thank you.
Where exactly do you want to change this? On forumdisplay or showthread pages? An image would help.
1. Go to Admin CP > Templates & Style > Templates > Your Template Set > Forum Display Templates > forumdisplay_thread.

2. Find:

<span>{$prefix} {$gotounread}{$thread['threadprefix']}<a href="{$thread['threadlink']}" class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}">{$thread['subject']}</a>{$thread['multipage']}</span>

3. Replace with:

<span style="font-size: 15px">{$prefix} {$gotounread}{$thread['threadprefix']}<a href="{$thread['threadlink']}" class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}">{$thread['subject']}</a>{$thread['multipage']}</span>

4. Change 15px to the font size you want.
It's not changing, Looks like it's going to have to be done through Jquery?.
It should be working just fine. Either you didn't edit it correctly or you edited the wrong template set. You don't need jQuery for this, at all. Can you please post your forum's URL?