Removing the Headline

How To Remove The Headline


All of the features on MyPost can be completely customized. You are not limited to "our" way of doing things. We give you the complete freedom to control the things you want to be shown or not. When writing your post, you may want to hide the headline. While it is a requirement that you enter something into the headline, it does not necessarily mean you are stuck showing that headline. This tip will help you hide the headline in your post.

In the Custom CSS section, simply add this line of code:
.headline { display: none; }
This will hide the headline that is shown by default up on the top of the post.

See an example in this post: Headline Removed

Try it on your own.



Return to Blog