Different opacity for main menu and submenu
Hi,
I need to set another opacity value to the background of the submenu. Mega Menu is style „vertical lines“ This is the code I've inserted
/* Header transparent */
#Top_bar .top_bar_left {
background-color: #ffffff;
opacity: .8;
}
/* Sub Menu less transparent */
#Top_bar .top_bar_left ul.sub-menu {
opacity: 1 !important;
}
The debugger says that opacity of ul.sub-menu is 1.0 but the element is transparent (80%) on the screen…
Comments
Please always attach a link so we can check it out. If the page is offline(localhost) then our help will be limited, you will have to contact us when the page is online. Also please make sure that the page is not under maintenance before you provide us the link.
It is always a good idea to also attach a screenshot, for that use services like snag.gy or pasteboard.co
thanks
A lot of users have his modifications, which can interrupt basic CSS code, so I have to visit it.
You'll delete a link to the website when css modification will be successfully.
This last parameter in bg-color is an opacity
amount: http://prntscr.com/ktf8e8
Cheers