Site logo

Archived topic

Need a line on top of navication

1 reply · Started by Bebe on February 26, 2018

Viewing posts 1–2 of 2

Hi there,

Try this CSS:

.main-navigation {
    border-top: 3px solid #000;
}
.main-navigation .main-nav ul li:hover {
    border-top: 3px solid #fff;
    margin-top: -3px;
}
This archived topic is closed to new replies.