MyBB Community Forums

Full Version: Change Font For All Posts?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello!

The style I am using on my forum automatically makes the font for all your posts bolded. I can't figure out how to change this. Can someone assist me, please?

Thank you very much!


(What I mean by the font of the post is, for example, right after I post this the font that this very text is showing up as)
That would be a problem within your theme. Go through your theme and list for us all of the areas that have "bold" in the "font weight" box.
Here they are:

Top Links Menu (Customized in this style)
Table Row Separator (Customized in this style)
Navigation Breadcrumb (Customized in this style)
Active Breadcrumb Item (Customized in this style)

Also in Additional CSS at the bottom there are these sections which have font weight bold listed in the code:

.quote_header {
margin-left: 20px;
padding: 4px;
border-top: 1px dashed #292929;
border-left: 1px dashed #292929;
border-right: 1px dashed #292929;
color: #fff;
background: #000;
font-weight: bold;
}

.code_header {
margin-left: 20px;
padding: 4px;
border-top: 1px dashed #292929;
border-left: 1px dashed #292929;
border-right: 1px dashed #292929;
color: #fff;
background: #000;
font-weight: bold;
}

Thank you for your fast reply!
Hmm... I don't see any problems. All of those should be bold. Could you post a link to your forums so we could see it live?
Your problem is with the extra CSS file (mybbdefault.css) Go into your headerinclude template for the theme and add find this:
Quote:<link rel="stylesheet" type="text/css" href="mybbdefault.css" />
and change it to this...
Quote:<!--<link rel="stylesheet" type="text/css" href="mybbdefault.css" />-->
That could help, and it also could mess things up.
Nope, that messed things up. Any other suggestions? Keep them coming and I will keep trying them.

Thanks so much, by the way, I really really appreciate your help!!