• I just can seem to change the color of my post title, comment number, etc on my page! It’s the standard blue, I would like it to be gray – color #333 i think – and can get it. I can change the color of the post DATE, and have tried changing the color under here:

    div.post-header p, p.post-date-single, div.post-footer, h3#comment-count, div#sidebar ul li h2

    but with no success on the other text. The text in question is also underlined, and I don’t like that either, so suggestions on that issue would also be appreciated.

    alfresco.geminetix.com

    Ive searched the forums, and tried many things. I’m just missing SOMETHING!

Viewing 4 replies - 1 through 4 (of 4 total)
  • There are some errors in your style sheet that need to be fixed first. Scroll down to

    /* LINK STYLES */
    <div#content a, div#content a:active, div#content a:link, div#content a:visited {
    	color: #546188;
    	background: transparent;
    }
    <div#content a:hover {
    	color: #000;
    	background: transparent;
    }
    <div.post-header a, h2.post-title a {
    	text-decoration: none;
    }

    See those “<” ? Remove them.

    Thread Starter alfresco

    (@alfresco)

    stunning! thanks LenK – never would have seen that on my own. any idea why those <‘s were in there? i dont recall putting them in.

    one more question perhaps? ive been trying to get rid of the “permalink” link in each post. this is another place ive been having trouble.. ideas?

    thanks again!

    ive been trying to get rid of the “permalink” link in each post

    Yeah, I guess you don’t really need it as the post titles are already linked. Open up index.php and scroll down to…

    <div class="entry-meta">

    …delete <span class="entry-permalink"><?php printf(__('<a href="%1$s" title="Permalink to %2$s">Permalink</a>', 'barthelme'), get_permalink(), wp_specialchars(get_the_title(), 'double') ) ?></span>

    Be sure to make a backup copy of that file prior to proceeding.

    Thread Starter alfresco

    (@alfresco)

    i couldnt find the section you referred to above, but by looking in index.php i was able to find this:

    <p class=”post-permalink”>” title=”Permalink to <?php the_title(); ?>” rel=”permalink”>Permalink</p>

    which i deleted with the intended result. thanks again!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘post info text color’ is closed to new replies.