MyBB Community Forums

Full Version: Changing some colors in PM and Profile
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can I change the PM notification colors, which appears like this :

[Image: Zr5cN.png]

Also, how can I change the text color in a profile where we have this :

[Image: hh1Q9.png]


As you can see they look pretty bad. Which files need modification?

Thanks.
for pm alert colors please see responses here

a test user account is required to check the buddy link text ..

Thanks for the PM color edit. Smile

I'll provide you with a test account, or you can also sign up at avidcoders.com.
^ well, we can't sign-up on every site we'd come across ...
may be you can request an expert from the support team (thru PM with the test account)
You can use the following credentials to login as a test user :

username : testuser
password : mybbtestuser

Thanks.
open the member_profile template of the current theme's template
find </head> before it add following code
<style type="text/css">
a:hover, a:active {
    color: #ff0000;
}

a:link {
    color: #ffffff;
    text-decoration: none;
}
</style>

Thanks to faviouz for this idea Smile (reference)
The code actually changes all the text in the profile to white.

Is there any local edit possible, like inline CSS where I can set only the style for the buddy list text?
Anyone help me with this please?
its better if you just change the background color of member_profile by using above style method in the template !!