Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Custom CSS Changes


r-a-y
Keymaster

@r-a-y

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; }`

Skip to toolbar