I'm looking to customize the zpskeleton theme with some of my own css. In the options panel there is a section that allows for custom css code that "safely carries over upon theme upgrade."
How exactly is css code entered in this box? I have tried a couple of combinations of tags and nothing is recognized. Essentially all I want to do is change some of the fonts and colors. So for example to change the font family I entered the following into the box and it wasn't loaded:
h1, h2, h3, h4, h5, h6 {
font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
}
I also tried wrapping it in head tags, body tags, etc. without any luck.
Thanks for the help.
Comments
If you provide a link as well you will get a more helpful response.