Title: Finding this CSS value?
Last modified: August 19, 2016

---

# Finding this CSS value?

 *  [bredenius](https://wordpress.org/support/users/bredenius/)
 * (@bredenius)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/finding-this-css-value/)
 * hello all, to clarify, i’m using the current wordpress with the current comicpress“
   parent” theme, and foreboding “child” theme.
 * theres one value i cant seem to find a location for, and heres a screenshot of
   it:
    [http://www.theskeletonbandit.com/tsb_wp_screenshot.jpg](http://www.theskeletonbandit.com/tsb_wp_screenshot.jpg)
 * what im trying to edit is the gray text. i cant seem to find where to change 
   it. any tips? or any way to override it?

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

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/finding-this-css-value/#post-1893879)
 * if you post a live link to your site showing the ‘grey text’ then finding this
   css might be easy – using firefox web developer add-on or firebug.
 * looking at an image, you have to hope that someone with the same theme activated
   will see your question and will be able to anwer it.
 * general:
    if you lool into the html code of your site in your browser (‘View 
   Souce’ or ‘ctrl u’), you should be able to find the spot with the grey text –
   then look just before it where it should say something with `class="??????"`
 * note the `??????` and then search style.css for `.??????`
 * (could be something like `.postmeta` or similar)
 *  Thread Starter [bredenius](https://wordpress.org/support/users/bredenius/)
 * (@bredenius)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/finding-this-css-value/#post-1893957)
 * [http://theskeletonbandit.com/wp/](http://theskeletonbandit.com/wp/)
 * theres a link to the live page, in the meantime im going to check out your suggestions!
 *  [dragonsjaw](https://wordpress.org/support/users/dragonsjaw/)
 * (@dragonsjaw)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/finding-this-css-value/#post-1893968)
 * It’s here:
    #comment-wrapper { background: url([http://theskeletonbandit.com/wp/wp-content/themes/foreboding/images/postbg.png](http://theskeletonbandit.com/wp/wp-content/themes/foreboding/images/postbg.png))
   repeat; border-bottom-left-radius: 9px 9px; border-bottom-right-radius: 9px 9px;
   border-left: ; border-top: 1px solid #861316; border-top-left-radius: 9px 9px;
   border-top-right-radius: 9px 9px; color: #CCC; padding: 5px; }
 * Change the color: #CCC
    to what ever color you want black would be #000;
 * If you don’t have the developer FF tool bar, you can use Google Chrome browser
   to check the styles,
    just right click on the element and chose ‘inspect element’.
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/finding-this-css-value/#post-1893969)
 * the color is defined in style.css of ‘ComicPress ForeBoding’ (the child theme),
   in:
 *     ```
       .post-content, #comment-wrapper {
       	color: #ccc;
       	background: url('images/postbg.png') repeat;
       	border-left: solid 1px #861316;
       	border-top: solid 1px #861316;
       	-moz-border-radius: 9px;
       	-khtml-border-radius: 9px;
       	-webkit-border-radius: 9px;
       	border-radius: 9px;
       	padding: 5px;
       }
       ```
   
 * however, the css class of the surrounding element for these lines is:
    `.post-
   info` and you could add a new style setting the font color just for this class
 *  Thread Starter [bredenius](https://wordpress.org/support/users/bredenius/)
 * (@bredenius)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/finding-this-css-value/#post-1893970)
 * holy cow. thank you so much! ive spent 2 days going through that code, and couldnt
   quite find that i guess. much much MUCH appreciated!

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

The topic ‘Finding this CSS value?’ is closed to new replies.

## Tags

 * [color](https://wordpress.org/support/topic-tag/color/)
 * [css](https://wordpress.org/support/topic-tag/css/)
 * [customization](https://wordpress.org/support/topic-tag/customization/)

 * 5 replies
 * 3 participants
 * Last reply from: [bredenius](https://wordpress.org/support/users/bredenius/)
 * Last activity: [15 years, 4 months ago](https://wordpress.org/support/topic/finding-this-css-value/#post-1893970)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
