Hi, would like to remove this from the front page. Previously I just did not add a title to the page, but with 3.5, its forcing me to and don't want that.
I then went into the style.css and changed:
#top .entry-mini h1.post-title{
font-size: 50px;
}
to
#top .entry-mini h1.post-title{
font-size: 0px;
}
but it doesn't seem to reflect on the page and reverts back to 50. Nothing in custom css or in the backend css, although i have tried those options as well.
Thanks














