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.
- <div data-role="footer" id="optionsFooter" data-position="fixed" data-theme="a">
- <div data-role="navbar">
- <ul>
- <li><a href="#" data-icon="custom">© Sports International, 2016.</a></li>
- </ul>
- </div>
- </div>
as