Title: Header
Last modified: August 22, 2016

---

# Header

 *  Resolved [leebomzer](https://wordpress.org/support/users/leebomzer/)
 * (@leebomzer)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/header-108/)
 * HOW DO I CHANGE THE HEADER COLOR AND THE HEADER FONT COLOR IN THE EXHIBIT THEME?

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

 *  Theme Author [Tom](https://wordpress.org/support/users/edge22/)
 * (@edge22)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/header-108/#post-5893336)
 * Sorry for not getting back to you sooner – I monitor the parent theme (GeneratePress)
   support area more often.
 * Our Colors add-on can control the above, but you can also use this CSS:
 *     ```
       .site-header {
             background-color: #whatever;
       }
   
       .main-title a,
       .main-title a:visited,
       .main-title a:hover {
             color: #whatever;
       }
       ```
   
 *  [littlefitlex](https://wordpress.org/support/users/littlefitlex/)
 * (@littlefitlex)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/header-108/#post-5893380)
 * If i want to simply change the color of 1 word in the header, how would I do 
   that in CSS?
 *  Theme Author [Tom](https://wordpress.org/support/users/edge22/)
 * (@edge22)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/header-108/#post-5893381)
 * You would have to add the words into the HTML of the header using hooks or our
   GP Hooks add-on.
 * Then you would wrap that specific word in a span and give it a class, like this:
 * `My <span class="color-me">Website</span> Name`
 * Then you’d add your CSS:
 *     ```
       .color-me {
             color: red;
       }
       ```
   
 * Unfortunately there’s no way using CSS only to target specific words – at least
   not yet! 🙂

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

The topic ‘Header’ is closed to new replies.

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

 * 3 replies
 * 3 participants
 * Last reply from: [Tom](https://wordpress.org/support/users/edge22/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/header-108/#post-5893381)
 * Status: resolved