Archived topic
Seperate menu with a line
1 reply · Started by Edwin on January 15, 2020
Viewing posts 1–2 of 2
Hi there,
Try adding a custom class separator to the menu item you want to add the separator on the right:
https://docs.generatepress.com/article/using-the-wordpress-menu-builder/#custom-classes
Then add this CSS:
@media (min-width: 769px) {
.main-navigation .main-nav ul li.separator a {
border-right: 1px solid #fff;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
This archived topic is closed to new replies.