This code you need to paste in your menu widget.selector ul li{ transition: 0.3s;}selector:hover ul li{opacity: 0.1;}selector ul li:hover{opacity: 1;}
Leave a Comment