Customize_element not holding new colours?

Permalink
HI everyone. I've got a theme in the Marketplace called Executiva & I've just gotten support request from a customer who's telling me that only the H2 is holding the new colour that he sets. The rest of them are set up exactly the same way as far as I can see. Am I doing something stupid here?

.container h1 { font-size: 40px; line-height: 40px; margin-bottom: 14px; /* customize_h1 */  color: #737485; /* customize_h1 */}
   .container h2 { font-size: 34px; line-height: 38px; margin-bottom: 15px; /* customize_h2 */ color: #191919; /* customize_h2 */}
   .container h3 {   /* customize_h3 */  color: #737485; /* customize_h3 */ font-size: 28px; line-height: 34px;   margin-bottom: 8px; margin-top:8px;`}
    .container h4 { font-size: 20px; line-height: 34px; margin-bottom: 8px; /* customize_h4 */  color: #737485; /* customize_h4 */}
   .container h5 { font-size: 17px; line-height: 28px; margin-bottom: 4px; /* customize_h5 */  color: #737485; /* customize_h5 */}
   .container h6 { font-size: 16px; line-height: 24px; margin-bottom: 4px; /* customize_h6 */  color: #737485; /* customize_h6 */}

C5ThemeTeam
 
VidalThemes replied on at Permalink Reply
VidalThemes
Hi There, at the end of your .container H3 code you have an extra character " ' " on the end, you could try deleting that and see if it resolves it. I cant see anything other than that.
C5ThemeTeam replied on at Permalink Reply
C5ThemeTeam
Thanks Vidall.

I'll update my code shortly & see does that solve it. Very strange though why H2 only works.