Even though the Chroma theme for TypePad is designed to be simple and look great right of the of the box, there are still some cool things that Pro users can do to customize it using Custom CSS and other little tricks. Over the next few days I'm going to post some tutorials on how to make it your own.
Removing the blog name and description
If you have a banner image that includes your logo or blog name you can hide the blog name and description that appear on a dark grey, semi-transparent background over the banner image.
In the design tab, go to Custom CSS and simply add the following:
#banner-inner { visibility: hidden }
That's it! You can see how it looks on my blog Starter Kit.
If you're a TypePad Micro user you can upgrade to Pro!


