Hi,
I am extremely knew to codex/web building and have no CSS or html experience, so any help would be greatly appreciated.
I recently switched my website to a static home page (aretehoops.com) and have tried to add custom css coding found in other posts on this forum to remove the original home page tab with no success.
I have copied these codes into my custom css tab under Graphene Options with no success. Am I forgetting to format these in a special way?
.home #post-2589 {display:none;}
.post-205 .post-title, .post-title a {
display: none;
}
.home .page-title {
display: none;
}


