Change the colour and opacity of the main menu text on hover

Home Divi Code Snippet Library 'Divi Header' Snippets Change the colour and opacity of the main menu tex....

To change the colour and opacity of the main menu text on hover:

#top-menu-nav ul li a:hover {
color: #cc0000;
opacity: 1 !important;
}