how can I remove the ''category archives:'' text from the categories?

  • Unknown's avatar

    how can I remove the ”category archives:” text from the categories?

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

  • Hi, there,

    how can I remove the ”category archives:” text from the categories?

    No problem. To modify this will require the use of custom CSS, which is available by purchasing the “Custom Design” upgrade from the Store tab in your WordPress.com dashboard. You can learn more about this upgrade here.

    Once you have added Custom Design to your site, you can try the following line of code to remove “Category Archives:” and leave the category name.

    ` .archive #content h1.page-title { visibility: hidden; } .archive #content h1.page-title span { visibility: visible; float: left; }

    To use it, go to Appearance > Custom Design and click on the “Edit” button under the CSS section, and paste it in.

    Hope that helps. Please let me know if you have any further questions.

  • The topic ‘how can I remove the ''category archives:'' text from the categories?’ is closed to new replies.