Title: Small problem &#8211; remove text   line
Last modified: August 30, 2016

---

# Small problem – remove text line

 *  [philiprt](https://wordpress.org/support/users/philiprt/)
 * (@philiprt)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/small-problem-remove-text-line/)
 * Hi,
 * I want to have simple page for my booking system. I want to remove the text and
   the line. See the picture.
 * Picture: [http://imgur.com/FBhN5lW](http://imgur.com/FBhN5lW)
 * I hope that you could solve this problem?
 * Best regards,
    Philip from Denmark

Viewing 1 replies (of 1 total)

 *  Moderator [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * (@zoonini)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/small-problem-remove-text-line/#post-6524043)
 * 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](http://jetpack.me/)
   and activate the [Custom CSS](http://jetpack.me/support/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,](http://wordpress.org/plugins/search.php?q=custom+css)
   or create a [child theme.](http://codex.wordpress.org/Child_Themes)

Viewing 1 replies (of 1 total)

The topic ‘Small problem – remove text line’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/penscratch/1.0.4/screenshot.png)
 * Penscratch
 * [Support Threads](https://wordpress.org/support/theme/penscratch/)
 * [Active Topics](https://wordpress.org/support/theme/penscratch/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/penscratch/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/penscratch/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/small-problem-remove-text-line/#post-6524043)
 * Status: not resolved