Hi ambereslindsay!
I just went to Appearance > Editor and chose Category Template (category.php).
Changed this part:
<h1 class=”big-headline-left”>
<?php printf( __( ‘%s’, ‘bartleby’ ), ‘<span>’ . single_cat_title( ‘bartleby’, false ) . ‘</span>’ ); ?>
</h1>
To this:
<h1 class=”big-headline-left”>
<?php printf( __( ‘%s’, ‘bartleby’ ), ‘<span>’ . single_cat_title( ”, false ) . ‘</span>’ ); ?>
</h1>
And my problem was fixed. Hope it works for you as well!