MyBB Community Forums

Full Version: PM Notifier
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So I'm using this: http://mods.mybb.com/view/ajax-pm-notification

I was wondering If I can lower the font size.

Thanks.
try using font-size for #ajaxpmnotice in global.css like below

#ajaxnotice {
font-size: 10px;
}