Site logo

Archived topic

Menu Container Lines (Wordsmith)

1 reply · Started by Artin on July 11, 2022

Viewing posts 1–2 of 2

Hey Guys,

How do I get rid of the menu container line in the wordsmith theme?

Hi there,

those lines are added by CSS in the Customizer > Additional CSS.

Remove this code to remove the lines:



/* rule under top bar */
.top-bar {
    border-bottom: solid 1px rgba(109, 159, 170, 1.0);
}

/* navigation top and bottom rules */
#site-navigation {
    border-top: solid 1px rgba(109, 159, 170, 1.0);
    border-bottom: solid 1px rgba(109, 159, 170, 1.0);
}
This archived topic is closed to new replies.