Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter wayupnorth

    (@wayupnorth)

    I have the “Insert JavaScript & CSS” plug-in, but wasn’t sure how to use it. Will have to try to see if just inserting your code in the text view will have the same effect. Not sure how it could override the stuff I commented out.

    Child Theme. I’ve heard the term, but was afraid of the work…
    Will have to do some more learning, but at least I’m able to go ahead with content for now.

    Thread Starter wayupnorth

    (@wayupnorth)

    Horay! WPyogi, that did it! Thanks so much! Come visit me this summer and I’ll take you fishing.

    I had seen that code snippet in the forums and I tried it before, but had only tacked it onto the end of the css file.

    This time i found the /* posts and pages */ section and added your code in it. That alone didn’t do it, but while there, I noticed the the existing title and meta blocks, and commented them out. So here’s what that part of the style.css looks like now:

    /*comment out this block to eliminate post title*/
    
    /*.post .title h1, .pages .title  h1, .post .title h2, .pages .title h2 {
    	font-size: 22px;
    	margin: 7px 15px;
    	padding: 0;
    	}*/
    
    /*add this instead to NOT display title*/
    
    .post .title, .pages .title {
    	display: none;
    	}
    
    /*comment out this block to eliminate line below title*/
    
    /*.post .meta, .pages .meta {
    	font-size: 13px;
    	color: #808080;
    	padding: 5px 15px;
    	clear: both;
    	border-top: 1px solid #ccc;
    	}*/

    Andrew Nevis – I have that plugin, but the problem is that it removes the page title from the menu as well.

    Can’t believe how quickly you guys responded. Thanks ever so much.

Viewing 2 replies - 1 through 2 (of 2 total)