• Resolved Hathawulf

    (@hathawulf)


    Hi, can anybody help me to delete the dash in the header (next to the search bar) Here is a picture where i marked it: Dash

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Kathryn Presner

    (@zoonini)

    Hi there – adding the following custom CSS should remove both those vertical grey lines circled in your screenshot:

    .site-branding {
      border-right: none;
    }
    .main-navigation {
      border-left: none;
    }

    Don’t edit the theme files directly, otherwise your changes will be overwritten every time the theme is updated to the latest version.

    Since you’re already using Jetpack, an easy way to add custom CSS is to activate the Custom CSS module. You’ll then add your custom CSS in the new stylesheet editor that’ll appear in your dashboard, under Appearance > Edit CSS.

    Thread Starter Hathawulf

    (@hathawulf)

    Hi Kathryn, thanks! It worked ??

    Moderator Kathryn Presner

    (@zoonini)

    Glad you’re set!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Delete dash in header’ is closed to new replies.