Hi,
I would like to disable the main menu animation (the move from bottom to top) and keep the only the “bold” effect…
Is that possible?
Thanks a lot,
Alissia
In the header.php on line 226 change
echo '<nav id="nav" class="nav-holder link-effect">';
to
echo '<nav id="nav" class="nav-holder">';
Add following to custom css.
ul.nav-menu li a:hover {font-weight:bold;}
It worked, thank you!
Hey Alok!
Perfectly worked but now I’m having trouble with the white arrows: they don’t stay at the same place, they move when changing page or navigate throuhg the site…
Is there something we can do about this?
Thanks a lot,
Alissia
Any idea?
Will have a look at it.
Hi,
I’m having this same issue today. I remember checking a box at some point to remove this effect, is that box not available anymore?
I would also like to know how to remove this effect.
The topic How to disable menu animation is closed to new replies