• Resolved gsbohn

    (@gsbohn)


    I have a full background image with transparent pages and posts.

    Over and below the top nav bar are two white lines – not sure what they are called.

    I would like to either change their color or delete them.

    Where would I look for a color change.

    I am using a child-theme.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Add this to your Child Theme style.css file:

    .main-navigation ul.nav-menu,
    .main-navigation div.nav-menu > ul {
     border: 0;
    }

    Thread Starter gsbohn

    (@gsbohn)

    WOW! The White Knight appeared immediately and answered my question.

    My humble thanks, Sir Nevins.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘20-12 Nav Menu styling – rule lines?’ is closed to new replies.