• Closed
  • Graham Newell
    Spectator
    June 19, 2015 at 10:05 am #18348

    Hi,

    There is something weird happening to my menu text when I hover over.

    http://vipermetal.wpengine.com

    And the flag at the far end is moving vertically which I don’t want.

    Can you help?

    Thanks

    Imran
    Spectator
    Posts: 402
    June 19, 2015 at 11:17 am #18351

    Hi there,

    Thanks for writing in,

    To achieve that you can add following code under Appearance > Theme Options > Custom CSS:

    .link-effect a:hover span, .link-effect a:focus span {
    transform: none !important;
    }

    Hope this helps!

    Thanks.