• Resolved applesfaceman

    (@applesfaceman)


    I figured out most of the other coloring stuff but i still need to change the font color of the text from posts

Viewing 7 replies - 1 through 7 (of 7 total)
  • You should be able to do this completely in CSS. Do you have a link to a sample page with comments? Send it over.

    It will be something simple like:

    div.commenttext {
    color:#666666 !important;
    }
    Thread Starter applesfaceman

    (@applesfaceman)

    https://barriogirls.ocixx.com/wp

    i cannot find commenttext anywhere to change this, and if i need to insert this code into css, where to i? i inserted it with the other css and nothing happens

    Thanks for sending the link.

    Ok, you need to update line 463 of your theme’s stylesheet. The stylesheet can be found at https://barriogirls.ocixx.com/wp/wp-content/themes/twentyten/style.css

    The line currently reads: “color:#333333;”

    To match the rest of your site’s body content change the colour code from #333333 to #888888

    Thread Starter applesfaceman

    (@applesfaceman)

    i search for “color:#333333;” in the browser when i click that css file link and it does not find “color:#333333;”

    Thread Starter applesfaceman

    (@applesfaceman)

    i searched just for #333333 and i changed it but it changed the background color, which i kind of like.. but its not the text of posted comments

    Thread Starter applesfaceman

    (@applesfaceman)

    i found it
    #content textarea {
    color: #999;
    font-size: 16px;
    line-height: 24px;
    }

    color: #999 was 000, or what ever number, so that is the css section to edit to change text color of posts.

    thank you

    Thread Starter applesfaceman

    (@applesfaceman)

    sorry i made a mistake

    that code above is to change the color of text from comments

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘change color of text posted from comments’ is closed to new replies.