Archived topic
Adding 2px bottom border to main nav bar
1 reply · Started by Oddball on July 18, 2017
Viewing posts 1–2 of 2
How do i do this with CSS
Try
.main-navigation {
border-bottom: 2px solid #000000;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
This archived topic is closed to new replies.