Remove hover/active state from a list view item.

Remove hover/active state from a list view item.

Hi using JQM 1,4,5 how can I remove the hover and active state from a list view item in the navbar.

The code I am using is this:

  1. <div data-role="footer" data-position="fixed" data-tap-toggle="false" data-id="footer_1a" data-theme="a"> 
  2.     <div data-role="navbar">
  3.       <ul class="footerOptions">
  4.         <li><a href="#" data-icon="custom">&copy; London Games, 2016</a></li>
  5.       </ul>
  6.     </div>
  7.   </div>

Thanks.
    • Topic Participants

    • paul