Viewing 1 replies (of 1 total)
  • Moderator Kathryn Presner

    (@zoonini)

    Hi Philip, to remove the top border below the header area, add this to your custom CSS:

    .site-header {
      border-bottom: none;
    }

    I’m not sure where that second line in your screenshot is coming from – could you provide a link to your site so I can take a look?

    To remove the entire footer, this should do the trick:

    .site-footer {
     display: none;
    }

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

    An easy way to add custom CSS is to install the Jetpack plugin and 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.

    As alternatives, you could either install a standalone custom CSS plugin, or create a child theme.

Viewing 1 replies (of 1 total)
  • The topic ‘Small problem – remove text line’ is closed to new replies.