-
AuthorPosts
-
March 21, 2014 at 12:27 am #25146
I’m sorry if this is a dumb question, but I’ve been trying to hide the category archive header and it just isn’t working! And I couldn’t find out how anywhere on the forum – help?
March 21, 2014 at 5:44 pm #25366Hi There,
Please share URL so we can take a look to better assist you
Thanks
September 27, 2014 at 9:56 am #113738I think I have the same question.
Here you can see all posts belonging to a particular category called calendarURL
http://annit.is/en/calendar/Above the posts it says:
Category Archive
Below you’ll find a list of all posts that have been categorized as “Calendar”This information I would prefer to hide
September 27, 2014 at 11:55 am #113779Hi There,
You can hide it by adding this code below in Customizer > Custom > CSS
.category .x-header-landmark { display: none; }
Cheers
September 28, 2014 at 7:44 am #114128Many thanks – I actually edited the _landmark-header.php file, simply removed the part which adds this stuff for category …but the CSS solution looks better 🙂
Thanks,
RagnarSeptember 28, 2014 at 11:35 am #114200You’re welcome 🙂
February 24, 2015 at 10:03 am #214071I tried the above process, but when I go to a post page, I still get the Archive Title.
http://www.benjaminalyssa.com/kitchen-keeper-my-favorite-knife/
February 24, 2015 at 1:27 pm #214207Hi Benjamin,
Please add the following CSS code via Appearance > Customize > Custom > CSS:
.h-landmark span, .entry-title.h-landmark span { display: none; }
Let us know how this goes!
-
AuthorPosts