Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #25146

    Chidroopa L
    Participant

    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?

    #25366

    Support
    Member

    Hi There,

    Please share URL so we can take a look to better assist you

    Thanks

    #113738

    ragnartorfi
    Participant

    I think I have the same question.
    Here you can see all posts belonging to a particular category called calendar

    URL
    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

    #113779

    Kosher K
    Member

    Hi There,

    You can hide it by adding this code below in Customizer > Custom > CSS

    .category .x-header-landmark {
    display: none;
    }

    Cheers

    #114128

    ragnartorfi
    Participant

    Many 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,
    Ragnar

    #114200

    Christopher
    Moderator

    You’re welcome 🙂

    #214071

    Benjamin H
    Participant

    I 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/

    #214207

    Nabeel A
    Moderator

    Hi 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!