How to remove the word category from the output of a category menu?

  • Unknown's avatar

    Hello,

    I have set up https://chillandreadblog.com/ based on Cerauno theme and I have created a menu based on categories and links searching for one or more categories.
    My problem is that when when I select one of those menus, for example “BOOK REVIEWS”, the ouput on the top of the pages, is “CATEGORY: BOOK REVIEW” before any of the links apear.
    Is it possible to remove that “CATEGORY: BOOK REVIEW” and just simply display the links that fall under this menu?

    Thanks

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

  • Unknown's avatar

    Hi,

    Are you familiar with writing custom css using the CSS customiser? You can change the css for the class ‘page-title’ to hide the category title.

  • Unknown's avatar

    HI

    The “CATEGORY: BOOK REVIEW” part is called page title, you can try to remove it in your dashboard or make it disappear using custom CSS.

    You can remove it and only display the links by adding this line to your CSS:

    .page-title {
        display: none;
    }

    This article here will help you to add custom css to your website:
    https://en.support.wordpress.com/custom-design/editing-css/

    If needed any further help please let us know

    Regards,
    Skobraf

  • Unknown's avatar

    Hi,

    Thank you nijugrapher and skobraf for your replies!
    That CSS part is what I was looking for I guess, as it does exactly what I needed!
    I’m bookmarking the CSS editing website shared by skobraf!

    Thanks!

  • The topic ‘How to remove the word category from the output of a category menu?’ is closed to new replies.