Portfolio Page Category Button removal

Hi, how do I remove the category button on a portfolio page? It is very prominent in the upper section of the page. My portfolio only has one category. I don’t need it. Tried numerous CSS hacks and read other comments but not successful. Please help. Thank you so much. Chris

Found it myself: .post-content .shapely-category {
display: none;
}

Had an error in syntax before, a missing close bracket, preventing this css code to function.