How do I remove the catergory archive header above my posts

  • moenysavinmaven

    #9570

    Hello,

    I added a post and whenI navigate to the post in my menu there is a header at the top that says “category archive”. I’ve not noticed this till recenlty. Is there a way to remove this from my posts/pages that doesn’t involve changing code?

    thank for your assistance.

    Mod

    Kenneth John Odle

    #43971

    Use the Firebug extension for Firefox to nail down those selectors:

    .post,
    .entry-footer {
    border: none;
    }

    Moved to Support. Please post in the correct section next time.

    Anonymous

    #43972
    Quote:
    Use the Firebug extension for Firefox to nail down those selectors:

    .post,

    .entry-footer {

    border: none;

    }

    Moved to Support. Please post in the correct section next time.

    I think that’s the answer to another post. The guy here wants to remove the “category archive” text but I’m not sure if he only wants that part removed or the entire text including the blue background.

    http://www.moneysavinmaven.com/?cat=41

    Mod

    Kenneth John Odle

    #43973

    Sorry, my bad. I read that as the top and bottom border question.

    Mod

    Kenneth John Odle

    #43974

    Sorry, my bad. I read that as the top and bottom border question.

    .archive-title {
    display: none;
    }

    It’s kind of been a long day.

Viewing 5 posts - 1 through 5 (of 5 total)

  • You must be logged in to reply to this topic.