Title: Color header problem
Last modified: August 22, 2016

---

# Color header problem

 *  Resolved [bridt17](https://wordpress.org/support/users/bridt17/)
 * (@bridt17)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/color-header-problem/)
 * i’ve changed all my colors of H1 and header etc. but de color is still the same.
   look: [http://www.bodieplus.nl/behandelingen/](http://www.bodieplus.nl/behandelingen/).
   The word ‘behandelingen’ is still in a wrong color?
 * What am I doing wrong?
 * Thanks for helping.
 * Really love the theme 🙂

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

 *  [stephencottontail](https://wordpress.org/support/users/stephencottontail/)
 * (@stephencottontail)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/color-header-problem/#post-5464270)
 * Which occurrence of “behandelingen” are you trying to change? The one in the 
   navigation menu (next to “Over ons” and “Technieken”) or the one at the top of
   the post (above the text “Volgens de leer van de chiropractie…”)?
 *  Theme Author [Access Keys](https://wordpress.org/support/users/access-keys/)
 * (@access-keys)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/color-header-problem/#post-5464306)
 * This CSS will help you
 *     ```
       h1.entry-title{
       color:#yourcolorcode;
       }
       ```
   
 * Thanks
 *  Thread Starter [bridt17](https://wordpress.org/support/users/bridt17/)
 * (@bridt17)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/color-header-problem/#post-5464317)
 * I want to change the H1 so the word ‘behandelingen’ on top of the post.
 * In my child CSS I have this:
 *     ```
       h1.entry-title{
       	color: #0092A6;
       }
       h1.entry-title a{
       	color:#0092A6;
       }
   
       .sticky {
       }
       .hentry {
       	margin: 0 0 15px;
       }
       .byline,
       .updated {
       	display: none;
       }
       ```
   
 * This is also a kind of strange: [http://nl.tinypic.com/r/29gfn89/8](http://nl.tinypic.com/r/29gfn89/8)
 * But what am I doing wrong?
 *  Theme Author [Access Keys](https://wordpress.org/support/users/access-keys/)
 * (@access-keys)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/color-header-problem/#post-5464370)
 * Hi,
    Please use !important after the color code like the example below.
 *     ```
       h1.entry-title{
       color:#0092A6!important;
       }
       ```
   
 * Thanks
 *  Thread Starter [bridt17](https://wordpress.org/support/users/bridt17/)
 * (@bridt17)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/color-header-problem/#post-5464389)
 * Yeahh it’s workin!
    Thanks a lot 🙂
 *  Theme Author [Access Keys](https://wordpress.org/support/users/access-keys/)
 * (@access-keys)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/color-header-problem/#post-5464394)
 * Glad it worked.
    Thanks

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

The topic ‘Color header problem’ is closed to new replies.

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

 * 6 replies
 * 3 participants
 * Last reply from: [Access Keys](https://wordpress.org/support/users/access-keys/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/color-header-problem/#post-5464394)
 * Status: resolved