changing color of titel

I like to change the color of H 6 - but it does not accept it - whats wrong

h6 {
font-size: 115%;
font-weight: 200;
background-color: lightgrey;
color: red;
}

thanks brigit

Hey there,
I hope you’re doing well today

Try adding the !important rule:

h6 {
font-size: 135% !important;
font-weight: 200 !important;
background-color: lightgrey !important;
color: blue !important;
}

Best Regards,
Support

Thanks - great support !!!

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support