MyBB Community Forums

Full Version: Flatty: Nearly Impossible to See Text
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I'm using Flatty for my MyBB forum. I'm having this issue where certain text is nearly impossible to be seen unless you highlight it with your mouse. I'm not a CSS expert, but if you are please let me know how I can fix this issue.

Screenshot below:
[Image: 1.png]

For the record, I am talking about the "Login" text which would be under the "You have accessed this page directly rather than using appropriate forms or links".
Admin CP  >  Templates & Style  >  Templates  >  Flatty Templates  >  Error Message Templates  >  error_nopermission


..search for (line 13):

<td class="thead" colspan="2"><span class="smalltext"><strong>{$lang->login}</strong></span></td>

and replace it by:

<td class="thead" colspan="2"><strong>{$lang->login}</strong></td>