My website currently utilizes css3-mediaqueries.js for a mobile-friendly design, which is working well. However, some users are still requesting to view the "web-version" instead. Is there a way to override the current CSS on the homepage, specifically the media query @media handheld, only screen and (max-width: 767px), with a link option such as "Goto web-version" at the top of the page?
I appreciate any help with this matter. Thank you!