editornen
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Space Between LinesAlso, could you explain more about h tags versus p tags. I don’t understand. Thanks.
Forum: Fixing WordPress
In reply to: Space Between LinesYou 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
In reply to: Space Between LinesWebsite is MA-NE.net.
Notice the space between lines on…SEXTON HAD HEADS-UP, HEAD START.
Thanks.
Forum: Fixing WordPress
In reply to: Space Between LinesI 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
In reply to: Making Paragraphs AutomaticallyFound 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
In reply to: Making Paragraphs AutomaticallyA 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
In reply to: Remove Navigation BarChanging…
<nav id="access" role="navigation">…to…
<!--<nav id="access" role="navigation">…worked.
Is that okay?
Forum: Themes and Templates
In reply to: Remove Navigation BarHelp 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
In reply to: Remove Site TitleAdding 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
Forum: Themes and Templates
In reply to: Remove Site TitleAdding 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
In reply to: Remove Site Titlenewenglandnostalgia.com
Forum: Themes and Templates
In reply to: Remove Site TitleI’m new to WordPress. Could you provide more detail?
Forum: Themes and Templates
In reply to: Remove Site TitleI want to remove mine on the stylesheet (or wherever) but don’t know how to do it.
Forum: Themes and Templates
In reply to: Remove Site TitleYeah, 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/.”
Forum: Themes and Templates
In reply to: Remove Footer ItemsIt’s gone. Thank you very much!