Title: CSS question
Last modified: August 20, 2016

---

# CSS question

 *  Resolved [dwjoll](https://wordpress.org/support/users/dwjoll/)
 * (@dwjoll)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/css-question-13/)
 * Is there a better way of writing this?
 *     ```
       h1.white, h2.white, h3.white, h4.white, h5.white, h6.white {
       	color: #FFFFFF;
       }
       ```
   
 * Used to style:
 * `<h1 class="white"><?php the_title(); ?></h1>`
 * Thanks in advance

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/css-question-13/#post-2682784)
 *     ```
       .white {
       	color: #fff;
       }
       ```
   
 *  Thread Starter [dwjoll](https://wordpress.org/support/users/dwjoll/)
 * (@dwjoll)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/css-question-13/#post-2682788)
 * Thank you 🙂 – I should of known that.

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

The topic ‘CSS question’ is closed to new replies.

 * 2 replies
 * 2 participants
 * Last reply from: [dwjoll](https://wordpress.org/support/users/dwjoll/)
 * Last activity: [14 years, 4 months ago](https://wordpress.org/support/topic/css-question-13/#post-2682788)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
