Title: editornen's Replies | WordPress.org

---

# editornen

  [  ](https://wordpress.org/support/users/editornen/)

 *   [Profile](https://wordpress.org/support/users/editornen/)
 *   [Topics Started](https://wordpress.org/support/users/editornen/topics/)
 *   [Replies Created](https://wordpress.org/support/users/editornen/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/editornen/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/editornen/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/editornen/engagements/)
 *   [Favorites](https://wordpress.org/support/users/editornen/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/users/editornen/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/editornen/replies/page/2/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Space Between Lines](https://wordpress.org/support/topic/space-between-lines/)
 *  Thread Starter [editornen](https://wordpress.org/support/users/editornen/)
 * (@editornen)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/space-between-lines/#post-3081925)
 * Also, could you explain more about h tags versus p tags. I don’t understand. 
   Thanks.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Space Between Lines](https://wordpress.org/support/topic/space-between-lines/)
 *  Thread Starter [editornen](https://wordpress.org/support/users/editornen/)
 * (@editornen)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/space-between-lines/#post-3081924)
 * You solved it. Changing line-height from 1.625 to 1.225 did it. Thanks.
 *     ```
       /* =Global
       ----------------------------------------------- */
   
       body, input, textarea {
       	color: #373737;
       	font: 12px "Courier", Helvetica, Arial, sans-serif;
       	font-weight: 300;
       	line-height: 1.225;
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Space Between Lines](https://wordpress.org/support/topic/space-between-lines/)
 *  Thread Starter [editornen](https://wordpress.org/support/users/editornen/)
 * (@editornen)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/space-between-lines/#post-3081923)
 * Website is MA-NE.net.
 * Notice the space between lines on…SEXTON HAD HEADS-UP, HEAD START.
 * Thanks.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Space Between Lines](https://wordpress.org/support/topic/space-between-lines/)
 *  Thread Starter [editornen](https://wordpress.org/support/users/editornen/)
 * (@editornen)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/space-between-lines/#post-3081887)
 * I have a child theme. I have changed CSS many times before but I just can’t seem
   to identify what needs changing this time. Thanks.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Making Paragraphs Automatically](https://wordpress.org/support/topic/making-paragraphs-automatically/)
 *  Thread Starter [editornen](https://wordpress.org/support/users/editornen/)
 * (@editornen)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/making-paragraphs-automatically/#post-2672228)
 * Found several plugins that are designed to override “wpautop” but they do not
   seem to work.
 * Also, this seems to work…
 * “Holding the shift key and pressing enter will create a line-break instead of
   a new paragraph.”
 * Still like to kill it in “css” is anybody knows how.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Making Paragraphs Automatically](https://wordpress.org/support/topic/making-paragraphs-automatically/)
 *  Thread Starter [editornen](https://wordpress.org/support/users/editornen/)
 * (@editornen)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/making-paragraphs-automatically/#post-2672220)
 * A word processor is an editor and you can do anything you want. There must be
   a way in the css to disable it. Anybody?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Remove Navigation Bar](https://wordpress.org/support/topic/remove-navigation-bar/)
 *  Thread Starter [editornen](https://wordpress.org/support/users/editornen/)
 * (@editornen)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/remove-navigation-bar/#post-2648131)
 * Changing…
 * `<nav id="access" role="navigation">`
 * …to…
 * `<!--<nav id="access" role="navigation">`
 * …worked.
 * Is that okay?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Remove Navigation Bar](https://wordpress.org/support/topic/remove-navigation-bar/)
 *  Thread Starter [editornen](https://wordpress.org/support/users/editornen/)
 * (@editornen)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/remove-navigation-bar/#post-2648130)
 * Help please.
 * This…
 *     ```
       #branding #searchform {
       	display:none;
       }
       #branding .only-search + #access div {
       	padding-right: 0px;
       }
       ```
   
 * …removed search form.
 * What will remove navigation bar?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Remove Site Title](https://wordpress.org/support/topic/remove-site-title-1/)
 *  Thread Starter [editornen](https://wordpress.org/support/users/editornen/)
 * (@editornen)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/remove-site-title-1/#post-2517282)
 * Adding this…#header h2 { display:none }…at the end of style.css removes it from
   all the other pages.
 * This was helpful…[http://wpthemepark.com/2007/07/09/how-to-properly-hide-the-title-of-your-blog.html](http://wpthemepark.com/2007/07/09/how-to-properly-hide-the-title-of-your-blog.html)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Remove Site Title](https://wordpress.org/support/topic/remove-site-title-1/)
 *  Thread Starter [editornen](https://wordpress.org/support/users/editornen/)
 * (@editornen)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/remove-site-title-1/#post-2517281)
 * Adding this…#header h1 { display:none }…at the end of style.css removes it from
   the “home” page but not other pages. Ideas? Thanks.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Remove Site Title](https://wordpress.org/support/topic/remove-site-title-1/)
 *  Thread Starter [editornen](https://wordpress.org/support/users/editornen/)
 * (@editornen)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/remove-site-title-1/#post-2517260)
 * newenglandnostalgia.com
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Remove Site Title](https://wordpress.org/support/topic/remove-site-title-1/)
 *  Thread Starter [editornen](https://wordpress.org/support/users/editornen/)
 * (@editornen)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/remove-site-title-1/#post-2517059)
 * I’m new to WordPress. Could you provide more detail?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Remove Site Title](https://wordpress.org/support/topic/remove-site-title-1/)
 *  Thread Starter [editornen](https://wordpress.org/support/users/editornen/)
 * (@editornen)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/remove-site-title-1/#post-2517046)
 * I want to remove mine on the stylesheet (or wherever) but don’t know how to do
   it.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Remove Site Title](https://wordpress.org/support/topic/remove-site-title-1/)
 *  Thread Starter [editornen](https://wordpress.org/support/users/editornen/)
 * (@editornen)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/remove-site-title-1/#post-2517043)
 * Yeah, I see. I guess with all but “Home” it’s showing your page titles. Try putting“
   Home” in the site title to replace “[http://wpfstudio.wordpress.com/.&#8221](http://wpfstudio.wordpress.com/.&#8221);
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Remove Footer Items](https://wordpress.org/support/topic/remove-footer-items/)
 *  Thread Starter [editornen](https://wordpress.org/support/users/editornen/)
 * (@editornen)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/remove-footer-items/#post-2505649)
 * It’s gone. Thank you very much!

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/users/editornen/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/editornen/replies/page/2/?output_format=md)