When you view Categories or Archives page, there is “Archive of … categories” on top. It’s a standard in WordPress theme code and is used to indicate the page.

You can hide the “Archive of… categories” title by following:

1- Go to Customize > Additional CSS
3- Copy and insert this CSS
.pagetitle, .pagetitle-desc {display: none;}
4- Click Publish to update the setting

Hide "Archive of Categories"