Title: Trouble identifying CSS
Last modified: March 21, 2018

---

# Trouble identifying CSS

 *  Resolved [eyeghoti](https://wordpress.org/support/users/eyeghoti/)
 * (@eyeghoti)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/trouble-identifying-css/)
 * I’m struggling to identify the CSS I need to add to change some text colour.
   
   In other places I’ve done this with something like
 *     ```
       .AAAAA .BBBBB {
       	color: #fff;
       }
       ```
   
 * But I can’t find the right things to put in place of _.AAAAA_ or _.BBBBB_.
    The
   text I want to change is _Shop_ and the product names (Both in grey). I’m wondering
   whether it is somehting to do with heading tags, but that’s by best and only 
   guess.
 * Any help greatly appreciated?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ftrouble-identifying-css%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [8 years, 1 month ago](https://wordpress.org/support/topic/trouble-identifying-css/#post-10098635)
 * In the “Additional CSS” section of the dashboard add this:
 *     ```
       h1, h2, h3, h4, h5, h6 {
           color: #fff;
       }
       ```
   
 * _[https://codex.wordpress.org/CSS#Custom\_CSS\_in\_WordPress](https://codex.wordpress.org/CSS#Custom_CSS_in_WordPress)_
 *  Thread Starter [eyeghoti](https://wordpress.org/support/users/eyeghoti/)
 * (@eyeghoti)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/trouble-identifying-css/#post-10098695)
 * Presumably that will change the colour of ALL heading tags? I’m not sure whether
   there may be aresas of the site where that is not paropriate.
 * Considering the text in question is linked to WooCommerce generated pages, is
   there a way to apply changes less globally?
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [8 years, 1 month ago](https://wordpress.org/support/topic/trouble-identifying-css/#post-10098698)
 * Yes, do you want the CSS to apply to only this page?
 *  Thread Starter [eyeghoti](https://wordpress.org/support/users/eyeghoti/)
 * (@eyeghoti)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/trouble-identifying-css/#post-10098743)
 * That’s the plan at the moment.
    (Global header changes may be a long term solution
   but I’ll need to go through eerything else first.)
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [8 years, 1 month ago](https://wordpress.org/support/topic/trouble-identifying-css/#post-10098833)
 * That page is missing a unique identifier for you to target it specifically, like“
   page-id-28”.
 * Try this instead:
 *     ```
       .woocommerce-page h1,
       .woocommerce-page h2,
       .woocommerce-page h3,
       .woocommerce-page h4,
       .woocommerce-page h5
       .woocommerce-page h6 {
           color: #fff;
       }
       ```
   
 *  Thread Starter [eyeghoti](https://wordpress.org/support/users/eyeghoti/)
 * (@eyeghoti)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/trouble-identifying-css/#post-10098871)
 * Awsome. Thanks for your help.
    -  This reply was modified 8 years, 1 month ago by [eyeghoti](https://wordpress.org/support/users/eyeghoti/).

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

The topic ‘Trouble identifying CSS’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 6 replies
 * 2 participants
 * Last reply from: [eyeghoti](https://wordpress.org/support/users/eyeghoti/)
 * Last activity: [8 years, 1 month ago](https://wordpress.org/support/topic/trouble-identifying-css/#post-10098871)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
