Quote:
Quote from [email protected] on April 15, 2013, 20:42
What if I do want to change the heading font to another, though. Can’t seem to find control of this even in the css file.
Is it possible?
We see that your Membership Level is DEVELOPER. You can use Extend Edition Theme.
You can change the heading font putting such these code in the Custom Code within Head Area of Small Business Options.
Code:
<style>
#heading { font-family: Coda; }
</style>