• Resolved kitty7896

    (@kitty7896)


    Hi,

    I have created a couple of separate pages for each post category. I want to hide the category title (for example, above the list of posts there is a title that says “Category: Blog” and so on). Is there a way to do this?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @ kitty7896

    Plz can u provide the link of the page that u wana hide the cat title so that we can solve it?

    Thank u

    Theme Author CyberChimps

    (@cyberchimps)

    Hi,

    The title can be hidden using custom CSS. Please add the below CSS under Appearance > Customize > Additional CSS

    .title-archive
    {
    	display:none;
    }

    Hope this helps.
    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide Category title from posts page’ is closed to new replies.