• Hello,

    I would like to remove the title on the category pages. How do I do this? See attached link.

    Have a great day

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello there,

    Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    
    .archive.category .page-header {
      display: none;
    }
    

    Regards,
    Kharis

Viewing 1 replies (of 1 total)
  • The topic ‘Remove Category Archive Title at the top of the page’ is closed to new replies.