Viewing 2 replies - 1 through 2 (of 2 total)
  • CSS wise you could use something like the following in Appearance->Customize->Additional CSS

    .category .page-header h1  {
        visibility: hidden;
    }
    
    .category .page-header h1 .page-description {
        visibility: visible;
    }
    Thread Starter giusec

    (@giusec)

    Thanks, Jarret. It works perfectly.

    • This reply was modified 4 years, 9 months ago by giusec.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove “Category Archives” while retaining the category title’ is closed to new replies.