• Is there anyway to adjust the color of comments waiting for my to approve or unapproved in the Admin “Edit Comments” section. My wife has a hard time seeing the light yellow “default” color of the comments waiting to get verified.
    I’m a noobie WP user so if you know, try and make it step by step…thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • To edit that you should edit the file dashboard.css (/wp-admin/css/). In there, look for this line (about 170):

    #dashboard_right_now .waiting
    {
    color: orange;
    }

    and change the color propety to something else, black, blue, or any value in hexa.

    Hope that helps!

    Thread Starter athriftymom

    (@athriftymom)

    Well I tried that but I dont think I explained my self that well cause it didnt change what i needed.
    When you enter your Dashboard, and click on Comments.
    When you are in the “Edit Comments” page. the comments waiting for approval or unapproval, the back ground is a faint yellow. the ones you already have approved have a white background. Is there anyway to change that background color to a bolder color.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Color of comments waiting to verify’ is closed to new replies.