Tagged: menu
Hi – is there a way to move the horizontal lines that appear on hover and to indicate the current page directly under the menu items instead of attached to the header image?
Thanks in advance – Y
http://kriesi.at/documentation/enfold/custom-css-and-quick-css/
.avia-menu-fx {
bottom: -1px;
}
you can change the value to move it up or down (standard is negative 1)
Awesome — thanks