Tagged: menu, submenu, transparency
Hi guys,
I want to make the sub-menus transparent, since my main menu is also transparent.
I found your solution posted in the beginning of March (before the 3.1 was released):
#top ul.sub-menu a {
background: transparent !important;
}
It looks like it does not work anymore.
I wonder how I can do it now.
Thanks in advance!
Hi dushonok!
Try this out.
.sub-menu, .sub-menu * { background: transparent !important; }
If that’s not working then send us a link to your page so we can take a look.
Best regards,
Elliott
It worked :)
Thank you so much :)