Remove the hover effect on nav bar on a single page only.

Remove the hover effect on nav bar on a single page only.

Hi, is it possible to remove the hover effect on the nav bar for one page only? For example I have this on the footer of my first page and want to remove the hover effect on it but retain the hover effect on subsequent pages?

Thanks in advance.

  1. <div data-role="footer" id="optionsFooter" data-position="fixed" data-theme="a">
  2.         <div data-role="navbar">
  3.                <ul>
  4.                    <li><a href="#" data-icon="custom">&copy; Sports International, 2016.</a></li>
  5.                 </ul>
  6.         </div>
  7.   </div>

as
    • Topic Participants

    • paul