• Resolved kitty7896

    (@kitty7896)


    Tried to remove category title and post path using custom css.as under:
    .post-data { display: none; }

    .boxed{
    border: 1px solid green ;
    }

    .aligncenter {
    display: none !important;
    }

    .title-archive
    {
    display:none;
    }

    .category-archives .entry-title, /*remove each page title */
    .category-archives .title-wrapper, /* remove category title */
    .category-archives .rd-term-description,/* remove category desctiption */
    .category-archives .list-category-navigation{ /* remove category navigation */
    display:none;
    }

    This was working before the update. It is no longer working . Please tell us the appropriate css to add.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author CyberChimps

    (@cyberchimps)

    @kitty7896

    We have replaced the class name “category-archives” with “category”.

    Please find the CSS below to hide the category title and each post title.

    /* Hide category title */
    .category .page-title {
    display: none;
    }
    /* Hide post title */
    .category .post-entry .entry-title{
    display: none;
    }

    Thank you.

    Thread Starter kitty7896

    (@kitty7896)

    Hi thank you. This helped to remove the title from the post entry but I am still trying to remove the category title from the post list. It says “Category: Blog” where it has the list of all posts. It also has the site navigation “Home > Blogs > post” on all post related pages.

    Can you provide the css to remove these please? Thanks!

    Hi @kitty7896,

    please try using

    
    .category .site-content-header .page-header .page-title,
    .category .site-content-header .page-title {
          display:none;
    }
    
    

    Thank you

    Please check my case as well , recently i did some mistake and lost some of my settings on my website.
    i need to remove categories displayed on http://www.geekpills.com/ . please let me how can i perform this.
    Although i had backup of DocumentRoot and MySQL database, But that also not revert back site completely
    please let me know, how i can remove category from all pages including home page

    • This reply was modified 6 years, 1 month ago by sukrant.

    Resolved my Query ..Thanks

    • This reply was modified 6 years, 1 month ago by sukrant.
Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Hide category and post detail’ is closed to new replies.