I am using the below code to hide the category title from the top of my archive page, but it still says, “x Results” and I have not been able to find an answer on how to omit this with css. Any help would be appreciated.
.archive .page-title {
display: none;
}
The page I need help with: [log in to see the link]