I have the following code:
<li class="menu-item">
<a href="http://stanlee.com.br">
<span class="jaw-menu-href-title">Home</span>
</a>
</li>
When I hover over li I want the background to change to white.
I just remember this:
.menu-item: hover {background: white}