Archived topic
Lines in Navigation Menu Texts
3 replies · Started by Theodore on July 12, 2022
Please, how can I remove the lines above and below the navigation menu texts? kindly check the private information section for a screenshot.
Thank you.
Hi there,
Any chance you can link us to the page in question?
You can use the private information field:
https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
Let me know :)
Yes, sure.
Please, check the private section for the link.
Hi Theodore,
It's added by this CSS, you can find it at customizer > additional CSS:
#site-navigation {
border-top: 1px solid rgba(0,0,0,0.1);
border-bottom: 1px solid rgba(0,0,0,0.1);
}
You can remove this CSS if you don't want the lines.