MyBB Community Forums

Full Version: Please view - What code can I type in to fix this problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(Edit: Fixed! I forgot to put </b> at the end of the header links)

When someone creates a thread on my forum, the topic and message are both bold and therefore just looks like one message

Is there a code I can type to make the message body thin instead of bold, like it is on this forum so that the topic can look separate from the message?
Hi jayy,

Go to your ACP > Templates & Style > Themes > Your Style > global.css > Advanced Mode

Find:

.post_body {

and remove the font-weight line.