• Apparently due to a recent update, a border line is now appearing above and below my navigation menu. I would like to make it disappear (or be white) again.

    I can do this by selecting white as the global secondary color. But that also makes my contact form’s text field backgrounds turn white.

    Is there still a way to make just the nav menu border turn white or vanish?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi Tovar,

    I’m not sure why an update would cause this. We haven’t changed the header markup at all lately. Can you post a link to your site?

    Thread Starter tovar

    (@tovar)

    Hi Melissa –

    I just noticed it recently. I’m assuming it was an update because I didn’t make any changes manually: https://tovarcerulli.com/

    Thanks!

    Oh! This is how the third header layout has always been… Maybe you were using the centered layout before?

    In any case, you can add this code to your child theme or a plugin like Simple Custom CSS

    .header-layout-3 .site-navigation .menu {
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
    }

    I hope that helps!

    Thread Starter tovar

    (@tovar)

    I don’t think I made any changes to the header layout, but your CSS solution did the trick. Thanks, Melissa!

    You’re welcome! Have a great weekend!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Nav menu border color’ is closed to new replies.