MyBB Community Forums

Full Version: mybb CSS wize
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi there guys i made a simple change to the deflect main css i just done a simple black one but i have a few problems with it like i cant see the text on the members register page please click agree to set it to see what i mean and some of the text like the how may posts a user has on a thread what part of the code am i missing i cant seem to find out where this need to be change in the css so i cant be read


thank you for your help
On the global CSS look for [on the CSS drop down menu] for table or if you go on advance mode look for this:

Quote:table {
color: #000000;
font-family: Verdana, Arial, Sans-Serif;
font-size: 13px;
}

Btw it might look different cause I took that from my forum.

Replace the bold color code with a lighter one.

Hope that works anyways.