• How do I hide the display of the CATEGORY name on pages where I have posts of a particular category? Also, how do I hide the category name on my posts?

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Try adding this to your custom CSS

    .archive .page-title {
    display: none;
    }

    .post-meta .post-category {
    display: none;
    }

    .page-title .meta-single li {
    display: none;
    border-bottom: none;
    }

    Thread Starter Nestin Vas

    (@nestinvas)

    This worked beautifully. Thank you!

    Hello!
    and if I want just hide word “Category” without hiding the name of category?

    Worked for me too, thank you.

    jackb1988

    (@jackb1988)

    is there a way to hide the entire right column on the search page? right now I have two section names: Categories and Archives but no content underneath.

    thanks

    Jacek

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Hide category name on category pages and on posts’ is closed to new replies.