Hi, I have some category archive pages on my site and was able to delete the titles by adding the additional CSS:
.archive .h-landmark {
display: none;
}
Now the titles are gone but I am hoping to get rid of the space left over.
Here is what my category archive page looks like: https://stokedmountain.com/category/mountaineering/
I’m hoping to move everything up to match the home page: https://stokedmountain.com/
Thanks!
