MyBB Community Forums

Full Version: [HELP] Change PM Notification Color
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: uXAfb.png]

See how the text is white and impossible to read? How would I change that text to black?
admin panel --> themes --> * your theme * --> global.css --> Edit Stylesheet: Advanced Mode

add .pm_alert {color : #000 !important;} at the bottom of the global.css and save
That did not change it unfortunately
^ have you checked it by hard refreshing (CTRL + F5) the page ? give forum URL + test user account to check (if required) ..
After trying again I am getting this result

[Image: YWue6.png]

The hyperlinks are still white. I assume I need to change the <a>font colors but I don't want to change the whole site's, just the PM Notification
^ add .pm_alert a {color : #0000ff !important;} at the bottom of the global.css and save