I am trying to remove the category title from a specific category page. The category ID for the page is 8 (category id = 8). I thought I could accomplish this through CSS, but it didn't work. I am using the gallery theme. Is it possible to do this through CSS. Here is the code I wrote maybe it is wrong.
.category-8 h1.page-title {
display: none;
}