Thread Starter
webm3
(@webm3)
Indeed, your initial answer resolved the question
Further discussion was only due to a mistake of mine entering #ddd instead of #222 (sounding very similar in my native language)
Thanks !
Thread Starter
webm3
(@webm3)
Tried changing the opacity settings but nothing changed, what am I missing ?
Thread Starter
webm3
(@webm3)
Nope, this changed the shadow
I’m quite sure it’s an opacity problem now, I changed it to a very dark grey #dddddd but it appears like a light grey when I dropdown the menu
Thread Starter
webm3
(@webm3)
Thanks !
It worked but it seems like there is an opacity or shadow parameter
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
display: block;
float: left;
margin: 0;
position: absolute;
left: -999em;
z-index: 99999;
padding: 0;
top: 100%;
background: #dddddd;
list-style: none;
}
Changed rgba from 0.2 to 1 but nothing changed