Title: CSS help?
Last modified: August 21, 2016

---

# CSS help?

 *  Resolved [Daithy](https://wordpress.org/support/users/daithy/)
 * (@daithy)
 * [13 years ago](https://wordpress.org/support/topic/css-help-35/)
 * How do I say “all” in css. I have a page with comments. My theme makes those 
   boxes big an ugly, so I wanna change them, unfortunately I cannot inspect all
   the comments as one (future ones as well).
    Example One of my comments ID is
 * DIV#comment-3.comment-body
 * another would be
 * DIV#comment-4.comment-body
 * I need to apply the same rules for all of the comments, even the ones that don’t
   exist yet. Is there a way to say all?
    like:
 * DIV#comment-*.comment-body
 * or
 * DIV#comment-all.comment-body
 * thanks

Viewing 1 replies (of 1 total)

 *  Thread Starter [Daithy](https://wordpress.org/support/users/daithy/)
 * (@daithy)
 * [13 years ago](https://wordpress.org/support/topic/css-help-35/#post-3767216)
 * Sorted it on my own, hell yeah!! 😀
    When you need to target multiple items, 
   forget IDs, use “class” and put a “.” in the beginning
 * Example:
 * .comment-body {
    blablabla }

Viewing 1 replies (of 1 total)

The topic ‘CSS help?’ is closed to new replies.

## Tags

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

 * 1 reply
 * 1 participant
 * Last reply from: [Daithy](https://wordpress.org/support/users/daithy/)
 * Last activity: [13 years ago](https://wordpress.org/support/topic/css-help-35/#post-3767216)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
