Category link's title : how to remove or hide?

  • Unknown's avatar

    Hi,
    I’d like to remove the title of each category, or at least hide it, which I believe might be possible with the CSS.
    For example, when going into the ‘Dossiers’ category of my website, the title reads ‘Categorie Dossiers’. I’d like to hide that since I don’t need it.
    Would you know of any way to do this?

    Also, if removing the ‘category’ prefix in the actual URL is possible i’d like to do that as well. (it’s definitely not a priority though)

    Thanks!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi, let me try to help you by add this css code;

    .page-title{
      display: none;
    }

    Also, if removing the ‘category’ prefix in the actual URL is possible i’d like to do that as well. (it’s definitely not a priority though)

    You can’t change permalinks at WordPress.com, unless you use self-hosted wordpress.

    I hope it will helps you.

  • Unknown's avatar

    That works!
    Thank you!

  • Unknown's avatar
  • The topic ‘Category link's title : how to remove or hide?’ is closed to new replies.