• Hi, I styled the theme a bit using Siteorigin Custom CSS and made the header and navigation menu’s background-color white. Everything went fine but now there’s a blue line running across the page between the logo and navigation menu. This is the same blue that the header was earlier.

    Any ideas on how to remove the blue line or change the color perhaps?

    Thanks!

Viewing 1 replies (of 1 total)
  • Hi..

    Please go to Admin Dashboard >> Appearance >> Customize >> Theme Options >> Theme General Settings.

    Now add below css code into custom css editor.

    .navigation_menu {
        border-top: 2px solid COLOR-CODE !important;
    }

    Here COLOR-CODE is replaced by your choice.

    Save the changes.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove Blue Stripe In Header’ is closed to new replies.