Title: Headers
Last modified: August 31, 2016

---

# Headers

 *  [eRated](https://wordpress.org/support/users/dkerated/)
 * (@dkerated)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/headers-17/)
 * Hi
 * It appears that you can only choose one colour for all Headers (H1- H6), is this
   correct? I want to have different colours for H1 and H2 and H3 for example and
   not the same one, is this is something I am able to do ?
    Thanks

Viewing 1 replies (of 1 total)

 *  [Free WP TP](https://wordpress.org/support/users/freewptp/)
 * (@freewptp)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/headers-17/#post-7169470)
 * Hi [@erated](https://wordpress.org/support/users/erated/),
 * I hope you are well today and thank you for your question.
 * Yes it’s possible. You can try achieving this by adding the following CSS code
   in the Custom CSS option of the latest version of Sparkling theme on the below
   path.
 * Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom
   CSS
 *     ```
       #page h1,
       #page h1 a {
           color: #C34545;
       }
       #page h2,
       #page h2 a {
           color: #45C385;
       }
       #page h3,
       #page h3 a {
           color: #4945C3;
       }
       ```
   
 * Please change the color value in the above code to whatever you want to use by
   referring the following pages.
 * [http://www.w3schools.com/html/html_colors.asp](http://www.w3schools.com/html/html_colors.asp)
   
   [http://www.w3schools.com/html/html_colorvalues.asp](http://www.w3schools.com/html/html_colorvalues.asp)
   [http://www.w3schools.com/tags/ref_colorpicker.asp](http://www.w3schools.com/tags/ref_colorpicker.asp)
 * Best Regards,
    Movin

Viewing 1 replies (of 1 total)

The topic ‘Headers’ is closed to new replies.

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

## Tags

 * [customization](https://wordpress.org/support/topic-tag/customization/)
 * [headers](https://wordpress.org/support/topic-tag/headers/)

 * 1 reply
 * 2 participants
 * Last reply from: [Free WP TP](https://wordpress.org/support/users/freewptp/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/headers-17/#post-7169470)
 * Status: not resolved