XF 1.4 Disable transparency on menu items

imthebest

Well-known member
When I put my mouse over 'Super120', Inbox, Alerts I get the contents displayed but there is a transparency on that small window that shows your notifications, conversations and so.

How I can disable that transparency?
 
I tried your code but the transparency is still there...
I just want to get rid of the transparency not change the colors... any idea please? Thanks!

Make the colors the same, then, but that should have worked. Although I did forget one piece of CSS for that area:

Code:
.Menu .sectionFooter {
    background-color: red !important;
}

That'll make the footer fully opaque as well.

If you want to provide me with a test account to your site, I can take a look.
 
Top Bottom