MyBB Community Forums

Full Version: Changing Text colour used in registration + profile edits
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello again everyone!

so i came across another issue, with the theme that i am using i noticed that it is quite hard to read the text in both the registration process as well as when you attempt to edit your profile from the user CP (black text on grey back)

how would i go about changing this? ACP < themes < my theme < ?

Thanks!

Ben
Can you provide a screenshot?
[Image: register_zps1e9f57f7.png]
[Image: profile_zps28e1d2d4.png]
Go to ACP>Templates & Styles>Themes>YOUR THEME>Global.css

Find

.smalltext {
    font-size: 11px;
}

Replace with

.smalltext {
    font-size: 11px;
    color: #ffffff;
}
Thank you very much, that seems to have fixed most of it, but in the edit profile there are still parts that stayed black (see screenshot)

How would i fix this?

[Image: profile2_zps1f619f0b.png]

Thanks again!

any ideas?
Go to ACP>Templates & Styles>Themes>YOUR THEME>Global.css

Find table(Normally it's the very last option in the dropdown)

Add or change the Color field
Worked perfectly, Thanks for the help!