Hello,
Does anybody knows how to remove the transparency from drop-down hornav menu. I just want the backround to be white, no transparency (check website http://www.piraeustaxi.com/
Thank you guys
.hornav li:hover > ul,
.hornav li ul li:hover > ul {
opacity: 1 !important;
}
#container_hornav .wrapper960 {
position: relative;
z-index: 101;
}