Hello,
I’ve implemented category buttons in my main menu on https://gregoryshepard.com/
If you click on the articles button or the blog button it has a large title that says (on the blog page)
Category Archive
Below you’ll find a list of all posts that have been categorized as “Blog”
I am trying to eliminate this and add a paragraph of text in that area. I have tried to implement this in the global css, but it is not eliminating the titles.
.blog .x-header-landmark {
display: none;
}
And how would I add a paragraph in that space?

