Archived topic
Navigation menu
3 replies · Started by Sam on July 16, 2021
Viewing posts 1–4 of 4
Hello,
Is there a way to put a line above and below the main navigation menu?
Thank you,
Sam
Hi there,
add this CSS:
.main-navigation {
border-top: 1px solid;
border-bottom: 1px solid;
border-color: #ccc;
}
This worked perfect, thank you!
Glad to hear that!
This archived topic is closed to new replies.