Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Up It Puppet

    (@up-it-puppet)

    never mind. i went back, manually added an excerpt to the post, and removed the “Excerpt_overwrite” tag.

    i’m just listing the words now instead of definitions. works for me.

    Thread Starter Up It Puppet

    (@up-it-puppet)

    it worked! tried inserting those two lines in the code where you suggested, but the wp system wouldn’t save it out. bumped them up to lines 414 and 416, and now it’s working and legible.

    i owe you a pretzel.

    Thread Starter Up It Puppet

    (@up-it-puppet)

    Hey Danny,

    Thanks for the help! I tried plugging those lines into my style.css, but I’m not seeing any different result. Is there a particular place I should be sticking them?

    First I tried after here, because that’s where I found the gray:

    #access a {
    	color: #83878e;
    	display: block;
    	line-height: 38px;
    	padding: 0 10px;
    	text-decoration: none;
    }

    When that didn’t work, I tried after here:

    #access ul li.current_page_item > a,
    #access ul li.current_page_ancestor > a,
    #access ul li.current-menu-ancestor > a,
    #access ul li.current-menu-item > a,
    #access ul li.current-menu-parent > a {
    	color: #004261;
    }
    
    * html #access ul li.current_page_item a,
    * html #access ul li.current_page_ancestor a,
    * html #access ul li.current-menu-ancestor a,
    * html #access ul li.current-menu-item a,
    * html #access ul li.current-menu-parent a,
    * html #access ul li a:hover {
    	color: #004261;
    }

    Thanks for your help. And a very Merry Christmas =]

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