Categories title

  • Unknown's avatar

    How do i get rid of the “CATEGORY ARCHIVES: FOR ME” title at the top of my pages?

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

  • Unknown's avatar

    Hi

    To remove that you need to add custom CSS to your site. The code given below will help you to remove the heading.

    h1.archive-title {
        display: none;
    }

    Custom CSS is part of Custom Design, which is a feature of the WordPress.com Premium and WordPress.com Business plans. You can add custom CSS to your WordPress.com blog using the CSS Editor in My Sites → Customize → CSS in your blog dashboard.

    Hope this helps.

  • The topic ‘Categories title’ is closed to new replies.