Closed (fixed)
Project:
Purr Messages
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Sep 2009 at 23:32 UTC
Updated:
6 Sep 2011 at 13:41 UTC
My messages are being displayed with an ugly light yellow colored box surrounding the actual purr_messages box, I have tried everything in the purr.css file to get rid of this, it seems there is nothing in the purr.css file that controls this outer box.
any ideas how to fix this?
Comments
Comment #1
tancTry adding something like this at the beginning of your custom css:
div.status, div.warning { background: none !important; }It depends on which theme you're using but those two classes may have been set elsewhere and are overriding the css in purr.
Comment #2
tancComment #3
DanishK commentedI had the same problem and noticed that I only get this yellow box when using customised purr messages.
Switch from using customised purr messages to standard customised messaged.
Good luck!