Version 1.2 - 27 August 2015 --------------------------- - Added: Contact form Validation Localization files - Fixed: Menu float shadow bug in Chrome - Fixed: Issue of the link below menu shadow image - Updated: Documentation How to fix only the menu float shadow bug in Chrome. Please remove all of "hvr" class in all html files. Another way: Please remove the relevant part in css/style.css. @media (min-width: 768px) { .hvr { } .hvr:before { } .hvr:hover, .hvr:focus, .hvr:active { } .hvr:hover:before, .hvr:focus:before, .hvr:active:before { } } How to fix only the issue of link below menu shadow image. 1. Add the following a line to all html files.