Site logo

Archived topic

Lines in Navigation Menu Texts

3 replies · Started by Theodore on July 12, 2022

Viewing posts 1–4 of 4

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.

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.

This archived topic is closed to new replies.