Re: Custom CSS Changes
You’re probably trying to override the default styles so try adding an `!important` declaration in your definition.
eg.
`h1 { color:#ff6600 !important; font-size:x-large !important; font-family: Georgia,serif !important; }`
You’re probably trying to override the default styles so try adding an `!important` declaration in your definition.
eg.
`h1 { color:#ff6600 !important; font-size:x-large !important; font-family: Georgia,serif !important; }`