Archived topic
Create visual color line below navigation and content.
1 reply · Started by nick on July 14, 2018
Viewing posts 1–2 of 2
How would I create a colored line (black) below the primary navigation and above the content? My navigation background color is #0099ff, the content background color is #ffffff and I would like to place a 1 or 2 pixel in height line between the two. Thank you in advance for the help!
Hi there,
Try this CSS:
.main-navigation {
border-bottom: 2px solid #000;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
This archived topic is closed to new replies.