Title: Header colour
Last modified: May 28, 2020

---

# Header colour

 *  Resolved [JenniferCross](https://wordpress.org/support/users/jennifercross/)
 * (@jennifercross)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/header-colour-8/)
 * Hi Roman, could you help me get the header title ‘Meet the Client’ into #fff 
   font colour please? Also I’d like the employee name and company to be #fff (but
   without altering the employee section above which is the About Me section).
    
   Many thanks, Jen
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fheader-colour-8%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/header-colour-8/#post-12907476)
 * Hi Jen,
 * Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.
 *     ```
       .panel-grid .employees-area h3.widget-title, 
       .panel-grid .employees-area .employee-name {
         color: #fff;
       }
       ```
   
 * Hope this reply helps.
 * Stay safe.
    Have an excellent day ahead 🙂
 * Regards,
    Kharis
 *  Thread Starter [JenniferCross](https://wordpress.org/support/users/jennifercross/)
 * (@jennifercross)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/header-colour-8/#post-12908909)
 * Hi Kharis,
 * Thanks for this. I tried this but the problem is that it also makes the About
   Me heading white because that also uses the Employee widget. What I’m trying 
   to do is have the Meet the Client title white not not the About Me title white–
   they both use the Employee widget. Is this possible?
 * Stay safe too.
 * Thanks,
    Jen
 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/header-colour-8/#post-12912880)
 * Hi Jen,
 * Thank you for getting back.
 * You would add this CSS code for that case.
 *     ```
       #pg-773-9.panel-grid .employees-area h3.widget-title, 
       #pg-773-9.panel-grid .employees-area .employee-name {
         color: #fff;
       }
       ```
   
 * **pg-773-9** refers the row ID, which is the 9 indicates the row position. It
   will change when it is moved. You can get it with the help of web browser’s inspector
   tool. Or, for safer way, you can add a specific class name to your row. Then,
   you can use this code instead:
 *     ```
       .my-row-style .panel-grid .employees-area h3.widget-title, 
       .my-row-style .panel-grid .employees-area .employee-name {
         color: #fff;
       }
       ```
   
 * I hope this reply helps.
 * Stay safe.
    Have a nice day.
 * Regards,
    Kharis
 *  Thread Starter [JenniferCross](https://wordpress.org/support/users/jennifercross/)
 * (@jennifercross)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/header-colour-8/#post-12920152)
 * Hi Kharis,
 * Perfect, thanks for explaining.
 * Have a good day.
 * Jen
 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/header-colour-8/#post-12920872)
 * Hi Jen!
 * You’re welcome!
 * Please let us know in a new topic if you have any further questions, or if we
   can provide you with any other assistance.
 * Regards,
    Kharis
 *  Thread Starter [JenniferCross](https://wordpress.org/support/users/jennifercross/)
 * (@jennifercross)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/header-colour-8/#post-13168780)
 * Hi Kharis,
 * Thanks for your help with this. You’ll see I have managed to get the header in#
   fff colour. I could also like to change the colour of the box underneath which
   says Read our Story. It currently only appears when you hover over it and it 
   is black which doesn’t stand out.
 * The only thing to bear in mind is that I only want to change this specific row/
   panel grid, and not the other one that also uses the Employee widget. This is
   row #pg-773-8 and I’d like to be specific to this row.
 * Thanks very much in advance.
 * Jen
 *  Thread Starter [JenniferCross](https://wordpress.org/support/users/jennifercross/)
 * (@jennifercross)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/header-colour-8/#post-13241389)
 * Hi Roman,
 * Are you able to offer any help regarding this query?
 * Many thanks in advance,
    Jen
 *  [Roman Bondar](https://wordpress.org/support/users/romanbon/)
 * (@romanbon)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/header-colour-8/#post-13241770)
 * Hello Jen,
 * Please create a new topic for this additional issue in order to make it easier
   to help you.
 * Kind Regards, Roman.

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

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

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

## Tags

 * [header colour](https://wordpress.org/support/topic-tag/header-colour/)

 * 8 replies
 * 3 participants
 * Last reply from: [Roman Bondar](https://wordpress.org/support/users/romanbon/)
 * Last activity: [5 years, 9 months ago](https://wordpress.org/support/topic/header-colour-8/#post-13241770)
 * Status: resolved