Reply To: changing header font colours

Home Forums Use Any Fonts changing header font colours Reply To: changing header font colours

#2251
Dinesh
Keymaster

Hi Marc,

That’s fine. Please use
h2 {
color:#763233 !important;
}

in your custom css. This should fix the color issues. !important states to take it as priority.

Hope this helps.

Thanks