Hide category name but show posts

This code works perfect. Note that 137 is the category ID that I wish to hide and .home is the page where I don’t want it to be displayed

.home .entry-category-item-137 {
    display: none;
}