MyBB Community Forums

Full Version: All text is bold
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So basically, I added <strong> tags in to a file which my Browser crashed, and I forget which file I was in. And now basically everything is bold. I don't think it is the theme (vb4) but is there a way I can find out where the tag is so I can fix it?


http://insurgency-gaming.com
New installation as of 4 days ago (i think)
No account required, all threads can be viewed.

Hopefully someone can guide me as I honestly forget Sad

Thanks,

InsurgLife
The issue I see is, in global.css

your container css, the font weight is 700, which makes a lot of your font appear bold. I would remove the font weight.

your css below
#container {
background: #fff url(../../../images/green/gradients/grey-up.png) repeat-x left top;
color: #3E3E3E;
border-top: solid 1px #e5e5e5;
border-bottom: solid 1px #e5e5e5;
font-size: 12px;
/* font-weight: 700; */
}
Ahh so it was the theme itself?

I never touched any of that stuff, especially the container class.

Thanks for that, will remove and test.

EDIT: That worked a treat. Thank you so much Smile
You are welcome, also, to answer your first question, the strong tags that you inserted are in the template called: forumbit_depth2_forum