Title: Header changes
Last modified: December 13, 2016

---

# Header changes

 *  Resolved [melissaivin](https://wordpress.org/support/users/melissaivin/)
 * (@melissaivin)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/header-changes-2/)
 * Hello,
 * Am I able to have different header text on different pages? Additionally, how
   can I change the colors of the site title and description/ tagline in CSS?
 * Thanks!

Viewing 1 replies (of 1 total)

 *  [Evan Herman](https://wordpress.org/support/users/eherman24/)
 * (@eherman24)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/header-changes-2/#post-8707455)
 * Hi [@melissaivin](https://wordpress.org/support/users/melissaivin/),
 * For your first question, when you say header text do you mean the title of the
   page?
 * To answer your second question, you can alter the title and site description 
   via CSS by targeting the following elements: `.site-title` and `.site-description`.
   To change the colors you could do something like the following:
 *     ```
       .site-title,
       .site-description {
          color: red;
       }
       ```
   
 * Adding that to the customizer ‘Additional CSS’ section should work.
 * Evan

Viewing 1 replies (of 1 total)

The topic ‘Header changes’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/primer/1.8.10/screenshot.png)
 * Primer
 * [Support Threads](https://wordpress.org/support/theme/primer/)
 * [Active Topics](https://wordpress.org/support/theme/primer/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/primer/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/primer/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Evan Herman](https://wordpress.org/support/users/eherman24/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/header-changes-2/#post-8707455)
 * Status: resolved