• Hi all,

    I am using the Mon Cahier theme and am having trouble removing the category name from each page. Can anyone help please?

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

    (@crondeau)

    There shouldn’t be any categories on your pages. Only posts are assigned categories.

    Have a look here: http://themes.bluelimemedia.com/mon-cahier/about/
    This is the About page.

    This: http://themes.bluelimemedia.com/mon-cahier/2013/05/02/mon-cahier-is-now-responsive/
    however is a post and was filed in the Theme category.

    Can you provide a link to your site?

    Thread Starter michelle9008

    (@michelle9008)

    Hi,

    Thanks for the reply. Here’s a link to my site: http://tinyurl.com/od2q6rz

    If you click on Beauty, Fashion, Lifestyle, About, and Contact, you’ll see that right below the navigation bar it says the name of that page (right above my “Testing” blog posts). Is there a way to remove that?

    Theme Author Christine Rondeau

    (@crondeau)

    If you want to remove the page title from your archives only, you can add this to either a child theme or custom CSS.

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

    There are instructions about child theming in the comment area of the style.css.

    If you have jetpack installed, check out the custom CSS tool. Very handy and easy to use.

    Thread Starter michelle9008

    (@michelle9008)

    That worked for the Beauty, Fashion, and Lifestyle pages.. thank you! Is it possible to remove the page title from the “About” and “Contact” pages?

    Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    You could try:

    .page-id-77 .entry-title,
    .page-id-80 .entry-title {
        display: none;
    }

    What is nice is WP creates classes for both posts and pages and adds it to the body or post/page depending on how the theme is coded. Something to keep in mind. 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to remove category name from pages’ is closed to new replies.