Support » Theme: Portfolio Press » Eliminate "category"

  • Ping79

    (@inge-van-langen)


    Is there a way to eliminate the category-info for posts items? I don’t want to show a category at all. I’ve tried to make some changes in de style.css, but so far no good.

    *Excuse me for my English, I’m Dutch and my English is a bit rusty…

    Thanks Inge
    ———————————-

    The changes I’ve made:

    img.wp-post-image {
    display:none;
    }
    .home .entry-header .entry-meta {
    display: none;
    }
    .entry-footer {
    display: none;
    }
    .home .post .entry-meta {
    display: none;
    }
    .category .post .entry-meta {
    display:none
    }
    .entry-header .entry-meta { display: none; }

    .site-content .post-navigation {
    display: none;
    }

    .site-category {display: none;}

    .singular footer.entry-meta,{
    display:none;
    }

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Eliminate "category"’ is closed to new replies.