XF 1.2 Messed Up CSS Somewhere

Hi guys,

I seemed to have messed up some CSS code somewhere when editing templates. Currently the background for the user options is missing or transparent. How do I go about fixing this?

missing.png
 
Seems like you either hardcoded the menu to be transparent, or edited primaryContent/secondaryContent to be transparent which the menu uses.

You can throw like #AccountMenu { background-color: #000; } into extra might work for you.
 
Top Bottom