Archived topic
Remove Category Title on Archive Pages
3 replies · Started by Sean on March 11, 2021
I'm trying to remove the title of the category on category archive pages. I'm using the beta at the moment.
Hi there,
The easiest way to remove this would be a custom CSS:
body.archive header.page-header {
display: none;
}
Or if you want to completely remove it from the DOM structure, you can do it this way with Block Element:
https://share.getcloudapp.com/xQun2XB9
Thank you Elvin, I'll keep the CSS handy. But it looks like following your screen shot helped me out, and I think for whatever reason I wasn't getting all the options that I'm getting now, since I updated to Alpha 3.
..and I think for whatever reason I wasn’t getting all the options that I’m getting now, since I updated to Alpha 3.
Are you still having this issue?
Strange, I've got 2 completely different sites, and they both seem to have all the options visible when I edit a Block Element as intended.
We can look at your site's backend if you can provide us with temporary credentials to check things out.