Title: H1 header
Last modified: August 21, 2016

---

# H1 header

 *  Resolved [thechaoshead](https://wordpress.org/support/users/thechaoshead/)
 * (@thechaoshead)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/h1-header/)
 * site title color is overridden by link color.
 * Instead of orange it’s grey-ish.
 * It’s a clean localhost installation.
    There’s nothing except the sampression-
   lite theme.
 * Even when i click on the demo on wordpress.org it has the same color.
 * The site-title in css is fine and the color is orange, but for some reason it’s
   won’t display it.
 * Thank you
 * P.S I tried changing the css, but the color wont’t change unless i change the
   link color.

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

 *  [CGuyDesigns](https://wordpress.org/support/users/cguydesigns/)
 * (@cguydesigns)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/h1-header/#post-3768614)
 * can you provide a link to your site so that it can be investigated?
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/h1-header/#post-3768618)
 * [@thechaoshead](https://wordpress.org/support/users/thechaoshead/) – you should
   not modify anything in your theme files – as those changes will be overwritten
   and lost when the theme is updated. Instead use a [Child Theme](http://codex.wordpress.org/Child_Themes)
   or custom CSS plugin such as Custom CSS Manager
 *  Thread Starter [thechaoshead](https://wordpress.org/support/users/thechaoshead/)
 * (@thechaoshead)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/h1-header/#post-3768625)
 * [@wpyogi](https://wordpress.org/support/users/wpyogi/)
 * Like i said it’s a clean install.
    So nothing except the sampression-lite theme.
 * And i forgot to mention (i thought it was obvious) a child theme of sampression-
   lite.
 * I’m guessing it’s a bug from the theme.
 * Go to [http://wordpress.org/themes/sampression-lite](http://wordpress.org/themes/sampression-lite)
   
   click preview in the top left corner is the title : Theme Preview
 * It’s grey-ish instead of orange.
 * That’s my problem
 * P.S I’ll upload my wordpress installation online later so you can see it, but
   like i said it’s a clean install so it’s nothing different from the preview on
   wordpress.
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/h1-header/#post-3768637)
 * I just installed this theme on a test site – looks like the CSS is missing the
   link element – try adding this to your child theme style.css file:
 *     ```
       #site-title a {
           color: #FE6E41;
       }
       ```
   
 *  [CGuyDesigns](https://wordpress.org/support/users/cguydesigns/)
 * (@cguydesigns)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/h1-header/#post-3768638)
 * [@thechaoshead](https://wordpress.org/support/users/thechaoshead/) – it looks
   like this css needs to be updated:
 * article.post .post-title a:hover
    { color: color: #666666; }
 * TO
 * article.post .post-title a:hover
    { color: #FF6600; }
 * hope this helps!
 *  Thread Starter [thechaoshead](https://wordpress.org/support/users/thechaoshead/)
 * (@thechaoshead)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/h1-header/#post-3768642)
 * [@wpyogi](https://wordpress.org/support/users/wpyogi/)
 * #site-title a {
    color: #FE6E41; }
 * Yes that fixes the problem thanks.
 *  Thread Starter [thechaoshead](https://wordpress.org/support/users/thechaoshead/)
 * (@thechaoshead)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/h1-header/#post-3768643)
 * Resolved

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

The topic ‘H1 header’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/sampression-lite/2.3/screenshot.
   png)
 * Sampression Lite
 * [Support Threads](https://wordpress.org/support/theme/sampression-lite/)
 * [Active Topics](https://wordpress.org/support/theme/sampression-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/sampression-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/sampression-lite/reviews/)

## Tags

 * [color](https://wordpress.org/support/topic-tag/color/)
 * [site](https://wordpress.org/support/topic-tag/site/)
 * [title](https://wordpress.org/support/topic-tag/title/)

 * 7 replies
 * 3 participants
 * Last reply from: [thechaoshead](https://wordpress.org/support/users/thechaoshead/)
 * Last activity: [12 years, 12 months ago](https://wordpress.org/support/topic/h1-header/#post-3768643)
 * Status: resolved