MyBB Community Forums

Full Version: Grey font on grey background
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I know this has something to do with the stylesheets but i'm not sure where to modify, this problem also occurs with the video dropdown.

[Image: A7v5Zzd.png]
Templates&Styles>Your template>global.css>advanced mode>

.editor_dropdown_menu
{
color: black !important;
}
Is it possible to just make the font black?
I added
.editor_dropdown_menu
{
color: black !important;
}
and refreshed page cache (ctrl + f5) and purged cloudflare, still no changes.