Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6093
    niagara1
    Member

    I have noticed that on the main category pages that the name of the category and the description is displayed at the top, just above the posts. I’m wondering if there’s a way to set that to no-display.

    Similarly, on category pages, is it also possible to not display the featured image of the blog post? I have it not displaying on individual post pages using custom CSS but obviously that doesn’t apply on the category pages.

    Thank you!

    #6124
    Sakin
    Keymaster

    @niagara1: To hide the category name just add the following css in “Custom CSS” box in theme options panel

    .category .page-header { display: none; }

    /* To hide the featured image in category */
    .category #content .featured-image { display: none; }

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Category Pages – remove category archives & description’ is closed to new replies.