Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #52578
    mrlennyman
    Member

    I want to remove the titles which appear at the top of a page when you select a category.

    I tried inserting the following code in style.css –

    .entry-title {
    clear: both;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5em;
    display: none;
    }
    This works, but it also removes the titles from any blog posts I have.

    I want to keep the titles of my blog posts.

    Is there some exception code I can add or a better way of doing this please?

    I tried using this piece of code I saw on a different forum for the Everest theme

    .page.page-blog .entry-title {
    display: block;
    }

    but it didn’t work.

    Cheers
    (Disclaimer – I did just post this in WordPress.org too…apologies for doubling up)

    #52630
    Sakin
    Keymaster

    @mrlennyman: I am not so sure which title you want to hide it. Are you trying to hide the title in category that say “Category Archives: Category Name”, then you can add the following css in “Appearance => Theme Options => Custom CSS” box:
    .category .page-header { display: none; }

    If this is not what you want to remove then please post in your site URL and explain which one you are trying to remove it.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Removing Titles WITHOUT removing blog Titles’ is closed to new replies.