MyBB Community Forums

Full Version: Need help with my theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have some minor bugs, I want to be fixed.

Is there anybody who is willing to help me? 
http://imgur.com/a/MCR5r
First of all, messages is barely visible..


Second of all, the "announcements" Plugin doesn't work properly yet..


Can anybody help me with that?
.pm_alert a {
  color: rgba(0, 0, 0, .9);
}

That should fix your first issue, the second is really vague so I doubt anyone will be able to help without more information.
(2017-07-17, 06:39 PM)Eric J. Wrote: [ -> ]
.pm_alert a {
  color: rgba(0, 0, 0, .9);
}

That should fix your first issue, the second is really vague so I doubt anyone will be able to help without more information.

That solution does not work for him:

https://community.mybb.com/thread-211664.html
Likely has a more specific selector targeting it, then.

html body .pm_alert a {
  color: rgba(0, 0, 0, .9) !important;
} 

This should work.