Hello guys,
I have a problem. I want to change opacity to my mega menu, but when I do it in code edit, nothing happens. This is default code for dropdown menu.
// Dropdown menu
.dropdown-menu {
left: 0;
background-color: $colorBody;
border: $borders;
line-height: $baseLineHeight;
margin: 0;
visibility: hidden;
opacity: 0;
padding: $paddingDropdown 0;
position: absolute;
width: max-content;
max-width: $maxWidthDropdown;
min-width: $minWidthDropdown;
z-index: $zindexOverBody;
text-align: left;
height: 0;
I can change background color to any color. But when I change opacity, nothing happens. Can anybody help me? Screenshot is there. Edit: Forgot to mention, I am using Debutify Theme, if that makes any difference
