Archived topic
Border bottom on off-canvas items
1 reply · Started by Albert on November 21, 2022
Viewing posts 1–2 of 2
Hello,
I would like to know how I can add a 1-pixel border-bottom to the off-canvas mobile menu items.
Thank you very much
Hi Albert,
Try this CSS:
.slideout-navigation.main-navigation .main-nav ul li a {
border-bottom: 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.