Hi,
On individual posts, by default, the post title displays twice, in the Page Title Wrap bar and also at the top of the Main div.
I would like to remove the second of these.
However, using
#content .entry-title {display: none;}
or
.entry-header {display: none;}
also removes the Post Titles from the main blog page, which makes it unusable.