• Hi, and here is my blog…

    http://www.eastsidepatch.com/

    I need to change the font color of the people who respond to my posts, right now you can barely see the name of the person who is replying!
    Also the “Leave a comment” text, also needs a different color and more legible font color.

    What do I need change in my Custom CSS file?

    I am running wordpress thesis with the typogrid skin.

    Thanks in advance.
    ESP.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Go to line 210 in the custom.css file and change the hex value for the color

    .custom dl#comment_list dt .comment_author, .custom dl#comment_list dt a {
    color:#252525;
    }
    Thread Starter eastsidepatch

    (@eastsidepatch)

    Hi again jkovis.

    Thanks!…perhaps you could help me with this too? When I click on an individual post the title and color of the title of that page changes to a darker gray? How do I change this? Also the “18” text (below) on that page is not very visible how do I change the color of this also?

    Can you tell I am not up on code!
    Really appreciate all your help with this.
    ESP.

    { 18 comments… read them below or add one }

    Change the color: value of line 152 of custom.css (leave the !important part)

    .custom .headline_area h1, .custom .headline_area h2 {
    border-bottom:1px dashed #A0C544;
    color:#444444 !important;
    font-family:Georgia,Arial,sans-serif;
    }

    #e8e8e8 is the white-ish color use on the front of your blog

    For the comment number change the color: value on line 204 of style.css

    .comments_intro span {
    color:#111111;
    line-height:1em;
    }

    I also highly recommend trying the Firebug plugin for Firefox.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Increasing the visibility of my blog-reply names’ is closed to new replies.