hi,
how do I a 3 pixel tall horizontal line underneath the menu item that is currently the selected page
For example on this page – it should be under admissions – http://staging.wsmsnyc.org.s167849.gridserver.com/admissions/
it should also appear on hover menu items
A good example of another site doing it is http://www.evolvedmedia.com/what-we-do/
Hey,
Try selecting the default option in Header > Header Style.
Best regards,
Josue
that works but it puts it all the way of the bottom of the header, i need it to be right below the word like on that http://www.evolvedmedia.com/what-we-do/ site
Hey!
Try adding this code to the Quick CSS:
.av-main-nav > li:hover > a span.avia-menu-text,
.av-main-nav > li.current-menu-item > a span.avia-menu-text {
border-bottom: 3px solid gray;
}
Cheers!
Josue
that works
thanks